diff --git a/CHANGES.md b/CHANGES.md index d8d3123ef2..453e1d1d49 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,17 @@ New languages: New styles: Improvements: -- Issue #1930 - fix markup for escaped quotes in Bash + +## Version 9.15.9 + +Improvements: + - fix(AutoHotkey): order and extended highlighting (#1579) + - fix(Go): correctly highlight hex numbers, rather than stopping at last 'd' or 'f'. (#2060) + - fix(Mathematica): Improvements to language (#2065) + - fix(Node): Adds SCSS build (#2079) + - fix(Rust): update keywords (#2052) + - fix(Stata): Added keywords for the meta-analysis suite introduced in Stata 16 (#2081) + - fix(Bash): escape double quotes (#2048) ## Version 9.15.8 diff --git a/docs/conf.py b/docs/conf.py index 9aa22f0650..02651c3538 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '9.15' # The full version, including alpha/beta/rc tags. -release = '9.15.8' +release = '9.15.9' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/package-lock.json b/package-lock.json index 1fa2ea6f2f..0840e66393 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "highlight.js", - "version": "9.15.8", + "version": "9.15.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a3bba7d41f..ffd0e84026 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "syntax" ], "homepage": "https://highlightjs.org/", - "version": "9.15.8", + "version": "9.15.9", "author": { "name": "Ivan Sagalaev", "email": "maniac@softwaremaniacs.org"