diff --git a/.changeset/chilly-guests-tie.md b/.changeset/chilly-guests-tie.md deleted file mode 100644 index 8b58a32..0000000 --- a/.changeset/chilly-guests-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"settings-float": patch ---- - -cleaned up release assets diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc6014..9de68b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.3 + +### Patch Changes + +- 386252b: cleaned up release assets + ## 0.2.2 ### Patch Changes diff --git a/manifest.json b/manifest.json index 769727f..ce94521 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "settings-float", "name": "Settings Float", - "version": "0.2.2", + "version": "0.2.3", "minAppVersion": "1.6.0", "description": "Makes the Settings, Theme, and Community Plugins dialogs movable and resizable.", "author": "Jason Swartz", diff --git a/package.json b/package.json index b57738b..c9be76c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "settings-float", - "version": "0.2.2", + "version": "0.2.3", "private": true, "description": "Obsidian plugin that makes Settings and catalog dialogs movable and resizable.", "license": "MIT", diff --git a/versions.json b/versions.json index f505b27..f237480 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.1.0": "1.6.0", "0.2.0": "1.6.0", "0.2.1": "1.6.0", - "0.2.2": "1.6.0" + "0.2.2": "1.6.0", + "0.2.3": "1.6.0" } \ No newline at end of file