Skip to content

Commit 8c19c8c

Browse files
committed
(chore) add alpha mention to readme
1 parent 55c8e61 commit 8c19c8c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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

5+
### Potentially breaking changes
6+
57
Unless otherwise attributed items below are thanks to [Josh Goebel][] (ref: [#2558](https://github.com/highlightjs/highlight.js/issues/2558)).
68

79
*The below list should only be considered to be a high-level summary.*
@@ -37,10 +39,7 @@ Language Grammars:
3739
- Some language grammar files have been removed.
3840
- Some redundant language aliases have been removed.
3941

40-
[Josh Goebel]: https://github.com/joshgoebel
41-
42-
43-
## Version next (maybe 10, maybe merged into 11?)
42+
### Other changes
4443

4544
Parser:
4645

@@ -100,6 +99,7 @@ Dev Improvements:
10099
[NullVoxPopuli]: https://github.com/NullVoxPopuli
101100
[Mike Watling]: https://github.com/Pickysaurus
102101

102+
103103
## Version 10.7.1
104104

105105
- fix(parser) Resolves issues with TypeScript types [Josh Goebel][]

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ detection.
5858

5959
---
6060

61-
#### Upgrading to Version 11
61+
#### Upgrading to Version 11 (currently in alpha)
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

65+
**Latest:** 11.0.0-alpha0
66+
6567
#### Upgrading to Version 10
6668

6769
Please read [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_10_UPGRADE.md) for high-level summary of breaking changes and any actions you may need to take. See [VERSION_10_BREAKING_CHANGES.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_10_BREAKING_CHANGES.md) for a more detailed list and [CHANGES.md](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) to learn what else is new.
@@ -70,6 +72,8 @@ Please read [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/
7072

7173
Please see [SECURITY.md](https://github.com/highlightjs/highlight.js/blob/main/SECURITY.md) for support information.
7274

75+
---
76+
7377
## Basic Usage
7478
### In the Browser
7579

0 commit comments

Comments
 (0)