From 2a5c592e5e7141e377de834e0d9d8e023ecca25b Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Sun, 1 Aug 2021 21:38:37 -0400 Subject: [PATCH] release 11.2.0 --- CHANGES.md | 2 +- README.md | 18 +++++++++--------- docs/conf.py | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d30080bb3b..f96676fa3b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## Version 11.2.0 (pending) +## Version 11.2.0 Build: diff --git a/README.md b/README.md index a46c9044db..89fb56fc03 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/docs/conf.py b/docs/conf.py index a146cb8805..af33353924 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.1.0' +release = '11.2.0' # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/package-lock.json b/package-lock.json index 8470b15741..b48aeef4d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "highlight.js", - "version": "11.1.0", + "version": "11.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "11.1.0", + "version": "11.2.0", "license": "BSD-3-Clause", "devDependencies": { "@rollup/plugin-commonjs": "^19.0.0", diff --git a/package.json b/package.json index 244c643645..66b9f6a5b9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "syntax" ], "homepage": "https://highlightjs.org/", - "version": "11.1.0", + "version": "11.2.0", "author": { "name": "Ivan Sagalaev", "email": "maniac@softwaremaniacs.org"