From 767bcc5c0f1d2bbe5fb37b35721e1d7717333ea9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:39:23 +0900 Subject: [PATCH] chore: release eslint-plugin-astro (#396) Co-authored-by: github-actions[bot] --- .changeset/many-carrots-doubt.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/meta.ts | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/many-carrots-doubt.md diff --git a/.changeset/many-carrots-doubt.md b/.changeset/many-carrots-doubt.md deleted file mode 100644 index 9a34580b..00000000 --- a/.changeset/many-carrots-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-astro": patch ---- - -Update `astro/no-exports-from-components` rule to allow exceptions diff --git a/CHANGELOG.md b/CHANGELOG.md index 477989fe..6375fdb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-astro +## 1.2.1 + +### Patch Changes + +- [#395](https://github.com/ota-meshi/eslint-plugin-astro/pull/395) [`5174590`](https://github.com/ota-meshi/eslint-plugin-astro/commit/5174590ac079ef98171a98b8000a75bcedfe783a) Thanks [@ota-meshi](https://github.com/ota-meshi)! - Update `astro/no-exports-from-components` rule to allow exceptions + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index 1e88e2cb..eebaae86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-astro", - "version": "1.2.0", + "version": "1.2.1", "description": "ESLint plugin for Astro component", "main": "lib/index.js", "module": "lib/index.mjs", diff --git a/src/meta.ts b/src/meta.ts index 19d43e37..e0f3ddfe 100644 --- a/src/meta.ts +++ b/src/meta.ts @@ -2,4 +2,4 @@ // This file has been automatically generated, // in order to update its content execute "npm run update" export const name = "eslint-plugin-astro" -export const version = "1.2.0" +export const version = "1.2.1"