Skip to content

Commit

Permalink
Mark version 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Mar 3, 2021
1 parent 92eea89 commit f7140e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.18.0 (2021-03-03)

## 0.17.1 (2021-01-06)

### New features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemirror/legacy-modes",
"version": "0.17.1",
"version": "0.18.0",
"description": "Collection of ported legacy language modes for the CodeMirror code editor",
"scripts": {
"test": "echo 'No tests'",
Expand Down Expand Up @@ -28,7 +28,7 @@
"sideEffects": false,
"license": "MIT",
"dependencies": {
"@codemirror/stream-parser": "^0.17.0"
"@codemirror/stream-parser": "^0.18.0"
},
"devDependencies": {
"rollup": "^2.35.1",
Expand Down

0 comments on commit f7140e1

Please sign in to comment.