From 3dfd0a158c4bd1121bb209709766126f2e55d595 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Jan 2024 03:34:36 +0000 Subject: [PATCH 1/2] chore: release @intlify/eslint-plugin-svelte --- .changeset/sixty-games-love.md | 5 ----- CHANGELOG.md | 6 ++++++ lib/meta.ts | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/sixty-games-love.md diff --git a/.changeset/sixty-games-love.md b/.changeset/sixty-games-love.md deleted file mode 100644 index 043d18e..0000000 --- a/.changeset/sixty-games-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@intlify/eslint-plugin-svelte": minor ---- - -feat: add support for eslint v9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f0c835..3e7c77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 0.3.0 +## 0.4.0 + +### Minor Changes + +- [#12](https://github.com/intlify/eslint-plugin-svelte/pull/12) [`e0acb96`](https://github.com/intlify/eslint-plugin-svelte/commit/e0acb96fd492bd0b259417ea6a277b73cc4745cb) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for eslint v9 + ### Minor Changes - [#9](https://github.com/intlify/eslint-plugin-svelte/pull/9) [`a311f0e`](https://github.com/intlify/eslint-plugin-svelte/commit/a311f0e37616823655a110972ea6978104d0df9e) Thanks [@ccdexcom](https://github.com/ccdexcom)! - Apply rule against root-level strings diff --git a/lib/meta.ts b/lib/meta.ts index 87b556a..3f16f22 100644 --- a/lib/meta.ts +++ b/lib/meta.ts @@ -4,4 +4,4 @@ * in order to update its content execute "pnpm run update" */ export const name = '@intlify/eslint-plugin-svelte' as const -export const version = '0.3.0' as const +export const version = '0.4.0' as const diff --git a/package.json b/package.json index ab9af8d..b69d112 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@intlify/eslint-plugin-svelte", "description": "ESLint plugin for internationalization with Svelte", - "version": "0.3.0", + "version": "0.4.0", "publishConfig": { "access": "public" }, From fef47413617adca6434440debaa3430f8480daeb Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Wed, 17 Jan 2024 12:40:22 +0900 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7c77d..b7cdc73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -## 0.3.0 - ## 0.4.0 ### Minor Changes - [#12](https://github.com/intlify/eslint-plugin-svelte/pull/12) [`e0acb96`](https://github.com/intlify/eslint-plugin-svelte/commit/e0acb96fd492bd0b259417ea6a277b73cc4745cb) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for eslint v9 +## 0.3.0 + ### Minor Changes - [#9](https://github.com/intlify/eslint-plugin-svelte/pull/9) [`a311f0e`](https://github.com/intlify/eslint-plugin-svelte/commit/a311f0e37616823655a110972ea6978104d0df9e) Thanks [@ccdexcom](https://github.com/ccdexcom)! - Apply rule against root-level strings