From e96b915af70d1c3f014b732c10e7cd077f22b9c3 Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Thu, 3 Dec 2020 08:14:01 -0500 Subject: [PATCH] bump 10.4.1 --- CHANGES.md | 33 +-------------------------------- README.md | 14 +++++++------- SECURITY.md | 4 ++-- docs/conf.py | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 13 insertions(+), 44 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index eab24c41a3..c570079808 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,35 +1,4 @@ -## Version 10.5.0 preparation - -New Languages: - -- Added 3rd party Red & Rebol grammar to SUPPORTED_LANGUAGES (#2872) [Oldes Huhuman][] - -Language improvements: - -- enh(makefile): Add `make` as an alias (#2883) [tripleee][] - -Grammar improvements: - -- enh(vb) Large rework of VB.net grammar (#2808) [Jan Pilzer][] - - Adds support for Date data types, see (#2775) - - Adds support for `REM` comments and fixes `'''` doctags (#2875) (#2851) - - Custom number mode to support VB.net specific number flags - - Hex (&H), Oct (&O), and binary (&B) prefixes - - Separating digits with underscores: 90_946 - - Type suffixes: 123UI (unsigned integer) - - Improves directives detection and adds support for `Enable`, `Disable`, and `Then` keywords - - Adds more markup tests -- fix(javascript) Empty block-comments break highlighting (#2896) [Jan Pilzer][] -- enh(dart) Fix empty block-comments from breaking highlighting (#2898) [Jan Pilzer][] -- enh(dart) Fix empty doc-comment eating next line [Jan Pilzer][] - -[Jan Pilzer]: https://github.com/Hirse -[Oldes Huhuman]: https://github.com/Oldes -[Josh Goebel]: https://github.com/joshgoebel -[tripleee]: https://github.com/tripleee - - -## Version 10.4.1 (tentative) +## Version 10.4.1 Security diff --git a/README.md b/README.md index 111ee9181a..be891b02c3 100644 --- a/README.md +++ b/README.md @@ -244,26 +244,26 @@ A prebuilt version of highlight.js bundled with many common languages is hosted ```html - + href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/styles/default.min.css"> + + src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/languages/go.min.js"> ``` **jsdelivr** ([link](https://www.jsdelivr.com/package/gh/highlightjs/cdn-release)) ```html - + href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.4.1/build/styles/default.min.css"> + ``` **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 3dc475fdc3..76821036ba 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Due to both time and resource constrains the Highlight.js core team only fully s | Version | Supported | Status | | :-----: | :-: | :------ | -| 10.4.x | :white_check_mark:   :closed_lock_with_key: | The 10.x series recieves regular updates, new features & bug fixes. | -| <= 10.3.x | :x: | *Please upgrade to a more recent 10.x release.* | +| 10.4.1 | :white_check_mark:   :closed_lock_with_key: | The 10.x series recieves regular updates, new features & bug fixes. | +| <= 10.4.0 | :x: | Known vulnerabities. *Please upgrade to a more recent 10.x release.* | | 9.18.5 | :x: | [EOL](https://github.com/highlightjs/highlight.js/issues/2877). No longer supported. See [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_UPGRADE.md). | | <= 9.18.3 | :x: | No longer supported. Known vulnerabities. | | <= 8.x | :x: | Obsolete. | diff --git a/docs/conf.py b/docs/conf.py index 70f4fe120c..76c0dc9f46 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ # built documents. # The full version, including alpha/beta/rc tags. -release = '10.4.0' +release = '10.4.1' # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/package-lock.json b/package-lock.json index f8e215cf11..2e9c6866df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "highlight.js", - "version": "10.4.0", + "version": "10.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bcc275298e..1d3ec5c807 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "syntax" ], "homepage": "https://highlightjs.org/", - "version": "10.4.0", + "version": "10.4.1", "author": { "name": "Ivan Sagalaev", "email": "maniac@softwaremaniacs.org"