From 1cf31f015dfb67e94fa5edbf436ddcf141281877 Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Thu, 3 Jun 2021 21:44:05 -0400 Subject: [PATCH] (chore) release 11.0.1 --- CHANGES.md | 8 ++++++++ README.md | 18 +++++++++--------- SECURITY.md | 4 ++-- docs/conf.py | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 23 insertions(+), 15 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 78846706fd..b7db39aa69 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +## Version 11.0.1 + +- (fix) use console.log for .js.js deprecation warning (#3222) [Josh Goebel][] +- (fix) do not restrict exports from cdn-assets (#3223) [Josh Goebel][] + +[Josh Goebel]: https://github.com/joshgoebel + + ## Version 11.0.0 **This is a major release.** As such it contains breaking changes which may require action from users. Please read [VERSION_11_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_11_UPGRADE.md) for a detailed summary of all breaking changes. diff --git a/README.md b/README.md index 3af404eee9..262d725d2e 100644 --- a/README.md +++ b/README.md @@ -324,28 +324,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/SECURITY.md b/SECURITY.md index bc11401f19..d30b34bfc1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Due to both time and resource constrains the Highlight.js core team fully suppor | Version | Support | Status | | :-----: | :-: | :------ | -| 11.0 | :white_check_mark: | The 11.x series recieves regular updates, new features & security fixes. | -| 10.7.2 | :white_check_mark: | The 10.x series is now in maintence mode. EOL TBD.
See [VERSION_11_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_11_UPGRADE.md).| +| 11.x | :white_check_mark: | The 11.x series recieves regular updates, new features & security fixes. | +| 10.7.3 | :white_check_mark: | The 10.x series is now in maintence mode. EOL TBD.
See [VERSION_11_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_11_UPGRADE.md).| | <= 10.4.0 | :x: | Known vulnerabities. | | <= 9.18.5 | :x: | Known vulnerabities. [EOL](https://github.com/highlightjs/highlight.js/issues/2877) | | 7.x, 8.x | :x: | Obsolete. Known vulnerabities. | diff --git a/docs/conf.py b/docs/conf.py index 707c44cfc6..192011927d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ # built documents. # The full version, including alpha/beta/rc tags. -release = '11.0.0' +release = '11.0.1' # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/package-lock.json b/package-lock.json index a3cf4e10bd..0973655731 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "highlight.js", - "version": "11.0.0", + "version": "11.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "11.0.0", + "version": "11.0.1", "license": "BSD-3-Clause", "devDependencies": { "@rollup/plugin-commonjs": "^19.0.0", diff --git a/package.json b/package.json index bdb4ce1c0b..ee14623746 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "syntax" ], "homepage": "https://highlightjs.org/", - "version": "11.0.0", + "version": "11.0.1", "author": { "name": "Ivan Sagalaev", "email": "maniac@softwaremaniacs.org"