diff --git a/.changeset/dirty-ladybugs-float.md b/.changeset/dirty-ladybugs-float.md deleted file mode 100644 index 4244092..0000000 --- a/.changeset/dirty-ladybugs-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'prettier-plugin-astro': minor ---- - -Use the sync entrypoint of the Astro compiler instead of `synckit`, improving performance and reducing the dependency count of the plugin diff --git a/CHANGELOG.md b/CHANGELOG.md index 18227a3..929dc0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # prettier-plugin-astro +## 0.10.0 + +### Minor Changes + +- af9324e: Use the sync entrypoint of the Astro compiler instead of `synckit`, improving performance and reducing the dependency count of the plugin + ## 0.9.1 ### Patch Changes diff --git a/package.json b/package.json index 6c78288..8b014c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-astro", - "version": "0.9.1", + "version": "0.10.0", "type": "commonjs", "description": "A Prettier Plugin for formatting Astro files", "main": "dist/index.js",