Skip to content

Commit e29f8f7

Browse files
committed
pin 10.0.2
1 parent 1bc0562 commit e29f8f7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 10.0.2 (pending)
1+
## Version 10.0.2
22

33
Brower build:
44

@@ -7,7 +7,7 @@ Brower build:
77

88
Parser Engine Changes:
99

10-
- [Issue](https://github.com/highlightjs/highlight.js/issues/2522) fix(parser) Fix freez issue with illegal 0 width matches (#2524) [Josh Goebel][]
10+
- [Issue](https://github.com/highlightjs/highlight.js/issues/2522) fix(parser) Fix freeze issue with illegal 0 width matches (#2524) [Josh Goebel][]
1111

1212

1313
[Josh Goebel]: https://github.com/yyyc514

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# General information about the project.
4343
project = u'highlight.js'
44-
copyright = u'2012–2018, Ivan Sagalaev'
44+
copyright = u'2012–2020, Ivan Sagalaev'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '10.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '10.0.1'
53+
release = '10.0.2'
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.0.1",
9+
"version": "10.0.2",
1010
"author": {
1111
"name": "Ivan Sagalaev",
1212
"email": "[email protected]"

0 commit comments

Comments
 (0)