diff --git a/CHANGES.md b/CHANGES.md index 4918079eb5..cb4e2ee304 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ + +## Version 11.3.1 + +Build: + +- (fix) Grammar CDN modules not generated correctly. (#3363) [Josh Goebel][] + +[Josh Goebel]: https://github.com/joshgoebel + + ## Version 11.3.0 Build: diff --git a/README.md b/README.md index 0c283eb2a5..96a8ca1c06 100644 --- a/README.md +++ b/README.md @@ -320,28 +320,28 @@ see [DIGESTS.md](https://github.com/highlightjs/cdn-release/blob/main/DIGESTS.md **cdnjs** ([link](https://cdnjs.com/libraries/highlight.js)) ```html - - + + - + ``` **jsdelivr** ([link](https://www.jsdelivr.com/package/gh/highlightjs/cdn-release)) ```html - - + + - + ``` **unpkg** ([link](https://unpkg.com/browse/@highlightjs/cdn-assets/)) ```html - - + + - + ``` **Note:** *The CDN-hosted `highlight.min.js` package doesn't bundle every language.* It would be diff --git a/docs/conf.py b/docs/conf.py index 251e60b38c..3fd4634487 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # built documents. # The full version, including alpha/beta/rc tags. -release = '11.3.0' +release = '11.3.1' # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/package-lock.json b/package-lock.json index 07072aab00..877b12bf68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "highlight.js", - "version": "11.3.0", + "version": "11.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "11.3.0", + "version": "11.3.1", "license": "BSD-3-Clause", "devDependencies": { "@rollup/plugin-commonjs": "^21.0.0", diff --git a/package.json b/package.json index 88464cc18c..6f88716be7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "syntax" ], "homepage": "https://highlightjs.org/", - "version": "11.3.0", + "version": "11.3.1", "author": { "name": "Ivan Sagalaev", "email": "maniac@softwaremaniacs.org"