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 1dd7acd commit c2a1916Copy full SHA for c2a1916
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.0.1 (2022-10-24)
2
+
3
+### Bug fixes
4
5
+Fix (non-)auto indentation in template strings and comments.
6
7
## 6.0.0 (2022-06-08)
8
9
### Breaking changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-java",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "Java language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments