From 366a8bd012f33a8f56edfceb9f244fa1f672732f Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Sat, 6 Jul 2024 16:14:07 -0400 Subject: [PATCH] (maintainer) bump version 11.9.0 => 11.10.0 --- CHANGES.md | 2 +- README.md | 36 ++++++++++++++++++------------------ docs/conf.py | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e14dea9799..11150b2d77 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## Version 11.10.0 (Next Release) +## Version 11.10.0 CAVEATS / POTENTIALLY BREAKING CHANGES diff --git a/README.md b/README.md index 11a343166c..ecff7ed488 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 ca485aa218..c5571476a0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,14 +46,14 @@ # General information about the project. project = u'highlight.js' -copyright = u'2012–2022, Ivan Sagalaev' +copyright = u'2012–2024, Ivan Sagalaev' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # The full version, including alpha/beta/rc tags. -release = '11.9.0' +release = '11.10.0' # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/package-lock.json b/package-lock.json index dea0fb6ef2..4ff2b57c32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "highlight.js", - "version": "11.9.0", + "version": "11.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "highlight.js", - "version": "11.9.0", + "version": "11.10.0", "license": "BSD-3-Clause", "devDependencies": { "@colors/colors": "^1.6.0", diff --git a/package.json b/package.json index f168420b5e..dbcd185faf 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "syntax" ], "homepage": "https://highlightjs.org/", - "version": "11.9.0", + "version": "11.10.0", "author": "Josh Goebel ", "contributors": [ "Josh Goebel ",