From da4d87f880720bddfc5014d62075d85355c8f8c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 May 2023 22:08:51 +0000 Subject: [PATCH] Version Packages --- .changeset/brown-roses-divide.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/brown-roses-divide.md 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/CHANGELOG.md b/CHANGELOG.md index 65759f8..b149b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 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. + ## 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",