From b17a1c6be07a838a002c5757723a2d330f4fdb66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 15:01:13 -0500 Subject: [PATCH] Version Packages (next) (#161) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 4821980..ac00419 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -10,6 +10,7 @@ "great-months-perform", "lazy-actors-complain", "poor-onions-lay", + "selfish-cherries-grab", "sweet-cameras-build", "thirty-taxis-scream" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index a5079d6..c34dea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # prettier-plugin-astro +## 0.1.0-next.3 + +### Patch Changes + +- 73e81bd: Set astroAllowShorthand default option to false + ## 0.1.0-next.2 ### Patch Changes diff --git a/package.json b/package.json index 1fea1b9..63526b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-astro", - "version": "0.1.0-next.2", + "version": "0.1.0-next.3", "type": "commonjs", "description": "A Prettier Plugin for formatting Astro files", "main": "dist/index.js",