diff --git a/.changeset/forty-crabs-tease.md b/.changeset/forty-crabs-tease.md deleted file mode 100644 index db5d066..0000000 --- a/.changeset/forty-crabs-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"expressive-code-twoslash": patch ---- - -Various CSS cleanup, and better annotation building diff --git a/packages/twoslash/CHANGELOG.md b/packages/twoslash/CHANGELOG.md index 954b881..6da7e24 100644 --- a/packages/twoslash/CHANGELOG.md +++ b/packages/twoslash/CHANGELOG.md @@ -1,5 +1,11 @@ # expressive-code-twoslash +## 0.1.5 + +### Patch Changes + +- [#7](https://github.com/MatthiesenXYZ/EC-Plugins/pull/7) [`7f43232`](https://github.com/MatthiesenXYZ/EC-Plugins/commit/7f43232b275c01c7d92d327383673a7c9343b10c) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Various CSS cleanup, and better annotation building + ## 0.1.4 ### Patch Changes diff --git a/packages/twoslash/package.json b/packages/twoslash/package.json index bc02897..5754166 100644 --- a/packages/twoslash/package.json +++ b/packages/twoslash/package.json @@ -1,6 +1,6 @@ { "name": "expressive-code-twoslash", - "version": "0.1.4", + "version": "0.1.5", "description": "Add Twoslash support to your Expressive Code TypeScript code blocks.", "author": { "email": "adam@matthiesen.xyz",