From 525760682f6b1ee9665ff2e7678b8d2983b6b1b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Jul 2024 00:47:32 +0000 Subject: [PATCH] chore: release @intlify/eslint-plugin-svelte --- .changeset/rich-peaches-punch.md | 5 ----- CHANGELOG.md | 6 ++++++ lib/meta.ts | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/rich-peaches-punch.md diff --git a/.changeset/rich-peaches-punch.md b/.changeset/rich-peaches-punch.md deleted file mode 100644 index f4d6e7c..0000000 --- a/.changeset/rich-peaches-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@intlify/eslint-plugin-svelte": minor ---- - -feat: support eslint v9 flat config in plugin diff --git a/CHANGELOG.md b/CHANGELOG.md index b14ae57..7e3389a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @intlify/eslint-plugin-svelte +## 0.5.0 + +### Minor Changes + +- [#20](https://github.com/intlify/eslint-plugin-svelte/pull/20) [`9725a74`](https://github.com/intlify/eslint-plugin-svelte/commit/9725a74e952fafd433a9d8a46b2456f198a279c7) Thanks [@codiini](https://github.com/codiini)! - feat: support eslint v9 flat config in plugin + ## 0.4.2 ### Patch Changes diff --git a/lib/meta.ts b/lib/meta.ts index a3f00ae..18f18c0 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.4.2' as const +export const version = '0.5.0' as const diff --git a/package.json b/package.json index 2643390..692425a 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.4.2", + "version": "0.5.0", "publishConfig": { "access": "public" },