diff --git a/.changeset/thirty-rockets-confess.md b/.changeset/thirty-rockets-confess.md deleted file mode 100644 index 4f9253f..0000000 --- a/.changeset/thirty-rockets-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"prettier-plugin-astro": minor ---- - -Adds a new option called `astroSkipFrontmatter` to disable formatting the frontmatter. This can be useful when using other tools to format the frontmatter, such as Biome or dprint. diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c9afa..acf4123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # prettier-plugin-astro +## 0.14.0 + +### Minor Changes + +- bb756df: Adds a new option called `astroSkipFrontmatter` to disable formatting the frontmatter. This can be useful when using other tools to format the frontmatter, such as Biome or dprint. + ## 0.13.0 ### Minor Changes diff --git a/package.json b/package.json index d6d5b02..b65824a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-astro", - "version": "0.13.0", + "version": "0.14.0", "type": "module", "description": "A Prettier Plugin for formatting Astro files", "main": "dist/index.js",