Skip to content

Commit 1c9ac8b

Browse files
committed
Mark version 6.0.0
1 parent 930fe9d commit 1c9ac8b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.0.0 (2022-06-08)
2+
3+
### Breaking changes
4+
5+
Update dependencies to 6.0.0
6+
17
## 0.20.0 (2022-04-20)
28

39
### Breaking changes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/lang-cpp",
3-
"version": "0.20.0",
3+
"version": "6.0.0",
44
"description": "C++ language support for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",
@@ -26,8 +26,8 @@
2626
"sideEffects": false,
2727
"license": "MIT",
2828
"dependencies": {
29-
"@codemirror/language": "^0.20.0",
30-
"@lezer/cpp": "^0.16.0"
29+
"@codemirror/language": "^6.0.0",
30+
"@lezer/cpp": "^1.0.0"
3131
},
3232
"devDependencies": {
3333
"@codemirror/buildhelper": "^0.1.0"

0 commit comments

Comments
 (0)