Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69b2ed commit 861dfbcCopy full SHA for 861dfbc
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.17.1 (2021-01-06)
2
+
3
+### New features
4
5
+The package now also exports a CommonJS module.
6
7
## 0.17.0 (2020-12-29)
8
9
### Breaking changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-cpp",
- "version": "0.17.0",
+ "version": "0.17.1",
"description": "C++ language support for the CodeMirror code editor",
"scripts": {
"test": "echo 'No tests'",
0 commit comments