diff --git a/.changeset/brown-roses-divide.md b/.changeset/brown-roses-divide.md deleted file mode 100644 index 18865b1..0000000 --- a/.changeset/brown-roses-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'prettier-plugin-astro': minor ---- - -Use the babel-ts parser to parse the frontmatter. This parser was already used for expressions inside the template, so the experience should now be more homogenous all throughout the file. diff --git a/.changeset/great-peaches-chew.md b/.changeset/great-peaches-chew.md deleted file mode 100644 index 6a5d8bb..0000000 --- a/.changeset/great-peaches-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'prettier-plugin-astro': minor ---- - -Add support for formatting script tags containing JSON, Markdown and other content diff --git a/CHANGELOG.md b/CHANGELOG.md index 65759f8..61ad125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # prettier-plugin-astro +## 0.9.0 + +### Minor Changes + +- abecea0: Use the babel-ts parser to parse the frontmatter. This parser was already used for expressions inside the template, so the experience should now be more homogenous all throughout the file. +- d2a2c26: Add support for formatting script tags containing JSON, Markdown and other content + ## 0.8.1 ### Patch Changes diff --git a/package.json b/package.json index 69ef919..3dcb35e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-astro", - "version": "0.8.1", + "version": "0.9.0", "type": "commonjs", "description": "A Prettier Plugin for formatting Astro files", "main": "dist/index.js",