Skip to content

Commit 62abf00

Browse files
committed
Mark version 6.10.0
1 parent 3dc83af commit 62abf00

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.10.0 (2025-09-16)
2+
3+
### New features
4+
5+
Allow `[` in `identifierQuotes` for MSSQL-style bracketed identifiers.
6+
17
## 6.9.1 (2025-07-28)
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-sql",
3-
"version": "6.9.1",
3+
"version": "6.10.0",
44
"description": "SQL language support for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)