Skip to content

Commit

Permalink
Mark version 6.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Apr 8, 2024
1 parent d282a46 commit 176496f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 6.6.3 (2024-04-08)

### Bug fixes

Fix a bug where Postgres-style dollar-quoted strings were enabled for all dialects, and the `doubleDollarQuotedStrings` options was ignored.

## 6.6.2 (2024-03-23)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-sql",
"version": "6.6.2",
"version": "6.6.3",
"description": "SQL language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
Expand Down

0 comments on commit 176496f

Please sign in to comment.