Skip to content

Commit 93fd0d7

Browse files
committed
bump v10.1.1; (chore) add changelog for 10.1.1
1 parent c5783d2 commit 93fd0d7

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Version 10.1.1
2+
3+
Fixes:
4+
5+
- Resolve issue on Node 6 due to dangling comma (#2608) [Edwin Hoogerbeets][]
6+
- Resolve `index.d.ts is not a module` error (#2603) [Josh Goebel][]
7+
8+
[Josh Goebel]: https://github.com/yyyc514
9+
[Edwin Hoogerbeets]: https://github.com/ehoogerbeets
10+
11+
112
## Version 10.1.0
213

314
New themes:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '10.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '10.1.0'
53+
release = '10.1.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"syntax"
77
],
88
"homepage": "https://highlightjs.org/",
9-
"version": "10.1.0",
9+
"version": "10.1.1",
1010
"author": {
1111
"name": "Ivan Sagalaev",
1212
"email": "[email protected]"

0 commit comments

Comments
 (0)