Skip to content

Commit e96b915

Browse files
committed
bump 10.4.1
1 parent 065f65f commit e96b915

File tree

6 files changed

+13
-44
lines changed

6 files changed

+13
-44
lines changed

CHANGES.md

+1-32
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,4 @@
1-
## Version 10.5.0 preparation
2-
3-
New Languages:
4-
5-
- Added 3rd party Red & Rebol grammar to SUPPORTED_LANGUAGES (#2872) [Oldes Huhuman][]
6-
7-
Language improvements:
8-
9-
- enh(makefile): Add `make` as an alias (#2883) [tripleee][]
10-
11-
Grammar improvements:
12-
13-
- enh(vb) Large rework of VB.net grammar (#2808) [Jan Pilzer][]
14-
- Adds support for Date data types, see (#2775)
15-
- Adds support for `REM` comments and fixes `'''` doctags (#2875) (#2851)
16-
- Custom number mode to support VB.net specific number flags
17-
- Hex (&H), Oct (&O), and binary (&B) prefixes
18-
- Separating digits with underscores: 90_946
19-
- Type suffixes: 123UI (unsigned integer)
20-
- Improves directives detection and adds support for `Enable`, `Disable`, and `Then` keywords
21-
- Adds more markup tests
22-
- fix(javascript) Empty block-comments break highlighting (#2896) [Jan Pilzer][]
23-
- enh(dart) Fix empty block-comments from breaking highlighting (#2898) [Jan Pilzer][]
24-
- enh(dart) Fix empty doc-comment eating next line [Jan Pilzer][]
25-
26-
[Jan Pilzer]: https://github.com/Hirse
27-
[Oldes Huhuman]: https://github.com/Oldes
28-
[Josh Goebel]: https://github.com/joshgoebel
29-
[tripleee]: https://github.com/tripleee
30-
31-
32-
## Version 10.4.1 (tentative)
1+
## Version 10.4.1
332

343
Security
354

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -244,26 +244,26 @@ A prebuilt version of highlight.js bundled with many common languages is hosted
244244

245245
```html
246246
<link rel="stylesheet"
247-
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.0/styles/default.min.css">
248-
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.0/highlight.min.js"></script>
247+
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/styles/default.min.css">
248+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/highlight.min.js"></script>
249249
<!-- and it's easy to individually load additional languages -->
250250
<script charset="UTF-8"
251-
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.0/languages/go.min.js"></script>
251+
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/languages/go.min.js"></script>
252252
```
253253

254254
**jsdelivr** ([link](https://www.jsdelivr.com/package/gh/highlightjs/cdn-release))
255255

256256
```html
257257
<link rel="stylesheet"
258-
href="//cdn.jsdelivr.net/gh/highlightjs/[email protected].0/build/styles/default.min.css">
259-
<script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected].0/build/highlight.min.js"></script>
258+
href="//cdn.jsdelivr.net/gh/highlightjs/[email protected].1/build/styles/default.min.css">
259+
<script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected].1/build/highlight.min.js"></script>
260260
```
261261

262262
**unpkg** ([link](https://unpkg.com/browse/@highlightjs/cdn-assets/))
263263

264264
```html
265-
<link rel="stylesheet" href="https://unpkg.com/@highlightjs/[email protected].0/styles/default.min.css">
266-
<script src="https://unpkg.com/@highlightjs/[email protected].0/highlight.min.js"></script>
265+
<link rel="stylesheet" href="https://unpkg.com/@highlightjs/[email protected].1/styles/default.min.css">
266+
<script src="https://unpkg.com/@highlightjs/[email protected].1/highlight.min.js"></script>
267267
```
268268

269269
**Note:** *The CDN-hosted `highlight.min.js` package doesn't bundle every language.* It would be

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Due to both time and resource constrains the Highlight.js core team only fully s
66

77
| Version | Supported | Status |
88
| :-----: | :-: | :------ |
9-
| 10.4.x | :white_check_mark: &nbsp; :closed_lock_with_key: | The 10.x series recieves regular updates, new features & bug fixes. |
10-
| <= 10.3.x | :x: | *Please upgrade to a more recent 10.x release.* |
9+
| 10.4.1 | :white_check_mark: &nbsp; :closed_lock_with_key: | The 10.x series recieves regular updates, new features & bug fixes. |
10+
| <= 10.4.0 | :x: | Known vulnerabities. *Please upgrade to a more recent 10.x release.* |
1111
| 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). |
1212
| <= 9.18.3 | :x: | No longer supported. Known vulnerabities. |
1313
| <= 8.x | :x: | Obsolete. |

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# built documents.
4949

5050
# The full version, including alpha/beta/rc tags.
51-
release = '10.4.0'
51+
release = '10.4.1'
5252
# The short X.Y version.
5353
version = ".".join(release.split(".")[:2])
5454

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"syntax"
77
],
88
"homepage": "https://highlightjs.org/",
9-
"version": "10.4.0",
9+
"version": "10.4.1",
1010
"author": {
1111
"name": "Ivan Sagalaev",
1212
"email": "[email protected]"

0 commit comments

Comments
 (0)