diff --git a/CHANGES.md b/CHANGES.md index 3c044274c5..90742d8cd0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## Version 11.9.0 (next release) +## Version 11.9.0 CAVEATS / POTENTIALLY BREAKING CHANGES @@ -9,11 +9,13 @@ CAVEATS / POTENTIALLY BREAKING CHANGES Parser: -- (enh) prevent rehighlighting of an element [joshgoebel][] -- added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][] +- (enh) prevent re-highlighting of an element [joshgoebel][] +- (chore) Remove discontinued badges from README [Bradley Mackey][] +- (chore) Fix build size report [Bradley Mackey][] New Grammars: +- added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][] - added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][] - added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][] - added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith Deelaka][] @@ -45,12 +47,10 @@ Core Grammars: - fix(css) added '_' css variable detection [Md Saad Akhtar][] - enh(groovy) add `record` and `var` as keywords [Guillaume Laforge][] -Dev tool: +Developer Tool: -- (chore) Remove discontinued badges from README [Bradley Mackey][] - (chore) Update dev tool to use the new `highlight` API. [Shah Shabbir Ahmmed][] - (enh) Auto-update the highlighted output when the language dropdown changes. [Shah Shabbir Ahmmed][] -- (chore) Fix build size report [Bradley Mackey][] [Robert Borghese]: https://github.com/RobertBorghese [Isaac Nonato]: https://github.com/isaacnonato diff --git a/README.md b/README.md index 615b05d28c..11a343166c 100644 --- a/README.md +++ b/README.md @@ -325,20 +325,20 @@ see [DIGESTS.md](https://github.com/highlightjs/cdn-release/blob/main/DIGESTS.md ##### Common JS ```html - - + + - + ``` ##### ES6 Modules ````html - + @@ -350,20 +350,20 @@ hljs.registerLanguage('go', go); ##### Common JS ```html - - + + - + ``` ##### ES6 Modules ```html - + ``` @@ -373,20 +373,20 @@ hljs.registerLanguage('go', go); ##### Common JS ```html - - + + - + ``` ##### ES6 Modules ```html - + ``` diff --git a/docs/conf.py b/docs/conf.py index b2a9ad7f06..ca485aa218 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.8.0' +release = '11.9.0' # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/package-lock.json b/package-lock.json index 041dd6e485..35ce5b4704 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "highlight.js", - "version": "11.8.0", + "version": "11.9.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 136a091332..1baf20cb67 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "syntax" ], "homepage": "https://highlightjs.org/", - "version": "11.8.0", + "version": "11.9.0", "author": "Josh Goebel ", "contributors": [ "Josh Goebel ",