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 4c57320 commit 6abf50cCopy full SHA for 6abf50c
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 6.0.3 (2025-06-19)
2
+
3
+### Bug fixes
4
5
+Add a .d.cts file to make TypeScript happy.
6
## 6.0.2 (2022-10-24)
7
8
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-cpp",
- "version": "6.0.2",
+ "version": "6.0.3",
"description": "C++ language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments