We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942f22a commit 7f5061fCopy full SHA for 7f5061f
CHANGELOG.md
@@ -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
7
## 6.0.0 (2022-06-08)
8
9
### Breaking changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-cpp",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "C++ language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments