diff --git a/.changeset/soft-dolphins-cheat.md b/.changeset/soft-dolphins-cheat.md deleted file mode 100644 index 8a098ed..0000000 --- a/.changeset/soft-dolphins-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"uroborosql-fmt": minor ---- - -Add indentTab settings diff --git a/CHANGELOG.md b/CHANGELOG.md index 2331308..0d6b19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.0 + +### Minor Changes + +- 69962a0: Add indentTab settings + ## 1.1.2 ### Patch Changes diff --git a/package.json b/package.json index de17b20..9e3e34d 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.1.2", + "version": "1.2.0", "repository": { "type": "git", "url": "https://github.com/future-architect/vscode-uroborosql-fmt.git"