diff --git a/CHANGES.md b/CHANGES.md index 7c6e1bb478..62d1a430ad 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## Version 11.0.0-alpha0 +## Version 11.0.0-alpha1 **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. diff --git a/README.md b/README.md index b80ac6d83e..5d981defc7 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ detection. 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. -**Latest:** 11.0.0-alpha0 +**Latest:** https://github.com/highlightjs/highlight.js/issues/3131 #### Upgrading to Version 10 diff --git a/docs/conf.py b/docs/conf.py index 51b8e6422c..a067c0038f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ # built documents. # The full version, including alpha/beta/rc tags. -release = '11.0.0-alpha0' +release = '11.0.0-alpha1' # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/package-lock.json b/package-lock.json index 06c5180024..d58619583b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "highlight.js", - "version": "11.0.0-alpha0", + "version": "11.0.0-alpha1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "11.0.0-alpha0", + "version": "11.0.0-alpha1", "license": "BSD-3-Clause", "devDependencies": { "@rollup/plugin-commonjs": "^18.0.0", diff --git a/package.json b/package.json index a9204d2fe4..0853be4091 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "syntax" ], "homepage": "https://highlightjs.org/", - "version": "11.0.0-alpha0", + "version": "11.0.0-alpha1", "author": { "name": "Ivan Sagalaev", "email": "maniac@softwaremaniacs.org"