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"