Skip to content

Commit 7f5061f

Browse files
committed
Mark version 6.0.1
1 parent 942f22a commit 7f5061f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.1 (2022-06-17)
2+
3+
### Bug fixes
4+
5+
Add the appropriate indentation metadata for blocks.
6+
17
## 6.0.0 (2022-06-08)
28

39
### Breaking changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/lang-cpp",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "C++ language support for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)