diff --git a/CHANGELOG.md b/CHANGELOG.md index 256cf84..3279203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.5.5 (2023-12-28) + +### Bug fixes + +Make sure table and column completions with upper-case characters are quoted. + +Tag comments and strings as isolating for the purpose of bidirectional text. + ## 6.5.4 (2023-08-10) ### Bug fixes diff --git a/package.json b/package.json index adfa9d8..9bf2879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/lang-sql", - "version": "6.5.4", + "version": "6.5.5", "description": "SQL language support for the CodeMirror code editor", "scripts": { "test": "cm-runtests",