From 93cc723bac055240bc7c3559d907b6a9ab4ee326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Wed, 17 Oct 2018 13:29:27 +1100 Subject: [PATCH] 9.13.1 --- CHANGES.md | 5 +++++ docs/conf.py | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1f04d9bd87..92bab8fa6f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,10 +6,15 @@ New styles: Improvements: +## Version 9.13.1 + +Improvements: - *C#* function declarations no longer include trailing whitespace, by [JeremyTCD][] - Added new and missing keywords to *AngelScript*, by [Melissa Geels][] - *TypeScript* decorator factories highlighting fix, by [Antoine Boisier-Michaud][] - Added support for multiline strings to *Swift*, by [Alejandro Isaza][] +- Fixed issue that was causing some minifiers to fail. +- Fixed `autoDetection` to accept language aliases. [JeremyTCD]: https://github.com/JeremyTCD [Melissa Geels]: https://github.com/codecat diff --git a/docs/conf.py b/docs/conf.py index 5f53af6809..f6828dea8c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '9.13' # The full version, including alpha/beta/rc tags. -release = '9.13.0' +release = '9.13.1' # 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 89c81f3d24..66df3835b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "highlight.js", - "version": "9.12.0", + "version": "9.13.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5c0ca88ab6..acb68a6747 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "syntax" ], "homepage": "https://highlightjs.org/", - "version": "9.13.0", + "version": "9.13.1", "author": { "name": "Ivan Sagalaev", "email": "maniac@softwaremaniacs.org"