From af19bba1b34d19b7fc61f732ceb3e66b7939e780 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 24 Jun 2024 10:13:47 +0200 Subject: [PATCH] Mark version 6.7.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 586aefc..5d6b90a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.7.0 (2024-06-24) + +### New features + +Dialects can now disable quoting of identifiers containing upper-case characters with the `caseInsensitiveIdentifiers` option. + ## 6.6.5 (2024-06-17) ### Bug fixes diff --git a/package.json b/package.json index 475d0d8..5740c60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/lang-sql", - "version": "6.6.5", + "version": "6.7.0", "description": "SQL language support for the CodeMirror code editor", "scripts": { "test": "cm-runtests",