From d015d37f77beabc146ad1033e8bb954820bb04d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:54:08 +0900 Subject: [PATCH] chore: release eslint-plugin-astro (#406) Co-authored-by: github-actions[bot] --- .changeset/olive-tools-compete.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/meta.ts | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/olive-tools-compete.md diff --git a/.changeset/olive-tools-compete.md b/.changeset/olive-tools-compete.md deleted file mode 100644 index c93e8b49..00000000 --- a/.changeset/olive-tools-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-astro": patch ---- - -no-export-from-components - allow "partial" exception diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c8afff..0dfd4be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-astro +## 1.2.3 + +### Patch Changes + +- [#405](https://github.com/ota-meshi/eslint-plugin-astro/pull/405) [`a77445e`](https://github.com/ota-meshi/eslint-plugin-astro/commit/a77445e353f8bd38c4348529c58ce242d18d36c2) Thanks [@smilosevic](https://github.com/smilosevic)! - no-export-from-components - allow "partial" exception + ## 1.2.2 ### Patch Changes diff --git a/package.json b/package.json index 4c677aed..1ab56e32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-astro", - "version": "1.2.2", + "version": "1.2.3", "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 703529fb..be3cd7c6 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.2" +export const version = "1.2.3"