From 6878434497d4b57fdcfa91f026c45eee5ffb24be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 09:51:15 +0800 Subject: [PATCH] chore: release eslint-plugin-prettier (alpha) (#566) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 6e326904..bd1de586 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,6 +8,7 @@ "add-dependency-synckit", "old-plants-exist", "orange-eyes-brush", - "quiet-cups-pull" + "quiet-cups-pull", + "stale-guests-battle" ] } diff --git a/package.json b/package.json index 5b6b68de..2c64d97d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-prettier", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "description": "Runs prettier as an eslint rule", "repository": "git+https://github.com/prettier/eslint-plugin-prettier.git", "homepage": "https://github.com/prettier/eslint-plugin-prettier#readme",