diff --git a/.changeset/swift-books-melt.md b/.changeset/swift-books-melt.md deleted file mode 100644 index 6f22b16..0000000 --- a/.changeset/swift-books-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'prettier-plugin-astro': patch ---- - -Fix TypeScript not working inside expressions diff --git a/CHANGELOG.md b/CHANGELOG.md index 32be4e9..038c57d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # prettier-plugin-astro +## 0.5.1 + +### Patch Changes + +- d4afe5b: Fix TypeScript not working inside expressions + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index 5991cb4..0e170ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-astro", - "version": "0.5.0", + "version": "0.5.1", "type": "commonjs", "description": "A Prettier Plugin for formatting Astro files", "main": "dist/index.js",