Skip to content

Commit bc7ef3d

Browse files
committed
bump version: 11.0.0-beta1
1 parent fb7f835 commit bc7ef3d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 11.0.0-beta0
1+
## Version 11.0.0-beta1
22

33
**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.
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ detection.
5858

5959
---
6060

61-
#### Upgrading to Version 11 (currently in beta)
61+
#### Upgrading to Version 11 (currently in final beta)
6262

6363
As always our major releases do contain 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 breaking changes and any actions you may need to take.
6464

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Due to both time and resource constrains the Highlight.js core team fully suppor
66

77
| Version | Support | Status |
88
| :-----: | :-: | :------ |
9-
| 11.0 | :white_check_mark: | The 11.x series is currently in beta. <br>See [VERSION_11_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_11_UPGRADE.md). |
9+
| 11.0 | :white_check_mark: | The 11.x series is currently in final beta. <br>See [VERSION_11_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_11_UPGRADE.md). |
1010
| 10.7.1 | :white_check_mark: | The 10.x series recieves regular updates, new features & security fixes. |
1111
| <= 10.4.0 | :x: | Known vulnerabities. |
1212
| <= 9.18.5 | :x: | Known vulnerabities. [EOL](https://github.com/highlightjs/highlight.js/issues/2877) |

docs/conf.py

Lines changed: 1 addition & 1 deletion
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 = '11.0.0-beta0'
51+
release = '11.0.0-beta1'
5252
# The short X.Y version.
5353
version = ".".join(release.split(".")[:2])
5454

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"syntax"
77
],
88
"homepage": "https://highlightjs.org/",
9-
"version": "11.0.0-beta0",
9+
"version": "11.0.0-beta1",
1010
"author": {
1111
"name": "Ivan Sagalaev",
1212
"email": "[email protected]"

0 commit comments

Comments
 (0)