Skip to content

Commit 2a04835

Browse files
committed
bump v9.18.3
1 parent c7d3d99 commit 2a04835

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ it can be added manually:
343343
```html
344344
<script
345345
charset="UTF-8"
346-
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.2/languages/go.min.js"></script>
346+
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/languages/go.min.js"></script>
347347
```
348348

349349
**On Almond.** You need to use the optimizer to give the module a name. For

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '9.18'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '9.18.2'
53+
release = '9.18.3'
5454

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

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)