diff --git a/.changeset/lemon-glasses-cheat.md b/.changeset/lemon-glasses-cheat.md deleted file mode 100644 index 327ec285..00000000 --- a/.changeset/lemon-glasses-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackoverflow/stacks-editor": patch ---- - -Exporting options used by the StacksSnippets plugin for user. diff --git a/CHANGELOG.md b/CHANGELOG.md index 74858b86..ebf3f366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.15.2 + +### Patch Changes + +- [#457](https://github.com/StackExchange/Stacks-Editor/pull/457) [`1c70c0e`](https://github.com/StackExchange/Stacks-Editor/commit/1c70c0e0c8c349c9f6f1f9e933af618a0842892a) Thanks [@troygould-stack](https://github.com/troygould-stack)! - Exporting options used by the StacksSnippets plugin for user. + ## 0.15.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index acb118e4..f0304bae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stackoverflow/stacks-editor", - "version": "0.15.1", + "version": "0.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stackoverflow/stacks-editor", - "version": "0.15.1", + "version": "0.15.2", "license": "MIT", "dependencies": { "@lezer/highlight": "^1.2.0", diff --git a/package.json b/package.json index 84a91c64..3a6c1341 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stackoverflow/stacks-editor", - "version": "0.15.1", + "version": "0.15.2", "description": "", "repository": { "type": "git",