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

Skip to content

Commit f85a0ca

Browse files
committed
Mark version 6.1.9
1 parent 67ac77c commit f85a0ca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.1.9 (2023-06-02)
2+
3+
### Bug fixes
4+
5+
Make sure `scopeCompletionSource` doesn't try to complete property names that aren't simple identifier (such as numeric indices).
6+
17
## 6.1.8 (2023-05-13)
28

39
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/lang-javascript",
3-
"version": "6.1.8",
3+
"version": "6.1.9",
44
"description": "JavaScript language support for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)