From 2cfe24d7b80940f5b564592f9c0d575866d25c27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:51:57 +0900 Subject: [PATCH] Version Packages (#44) Co-authored-by: github-actions[bot] --- .changeset/shy-seahorses-push.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/shy-seahorses-push.md 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"