diff --git a/.changeset/shy-seahorses-push.md b/.changeset/shy-seahorses-push.md deleted file mode 100644 index 3915b8f..0000000 --- a/.changeset/shy-seahorses-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"uroborosql-fmt": patch ---- - -Fixed incorrect indentation when tab_size is 2byte diff --git a/CHANGELOG.md b/CHANGELOG.md index 816a0a6..49d01f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.11 + +### Patch Changes + +- 988c76d: Fixed incorrect indentation when tab_size is 2byte + ## 1.0.10 ### Patch Changes diff --git a/package.json b/package.json index 096d883..64c1f52 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "SQL formatter with 2way-sql support", "author": "Future Corporation", "license": "BUSL-1.1", - "version": "1.0.10", + "version": "1.0.11", "repository": { "type": "git", "url": "https://github.com/future-architect/vscode-uroborosql-fmt.git"