Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 861dfbc

Browse files
committed
Mark version 0.17.1
1 parent b69b2ed commit 861dfbc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 0.17.0 (2020-12-29)
28

39
### Breaking changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/lang-cpp",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "C++ language support for the CodeMirror code editor",
55
"scripts": {
66
"test": "echo 'No tests'",

0 commit comments

Comments
 (0)