From 2446acad33d90a19eb8129e88a137179d43521e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:02:33 +0900 Subject: [PATCH] chore: release @intlify/eslint-plugin-svelte (#19) Co-authored-by: github-actions[bot] --- .changeset/metal-hornets-flow.md | 5 ----- CHANGELOG.md | 6 ++++++ lib/meta.ts | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/metal-hornets-flow.md diff --git a/.changeset/metal-hornets-flow.md b/.changeset/metal-hornets-flow.md deleted file mode 100644 index 328ddb2..0000000 --- a/.changeset/metal-hornets-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@intlify/eslint-plugin-svelte': patch ---- - -fix: add support for svelte v5(rc) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4bc55a..b14ae57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @intlify/eslint-plugin-svelte +## 0.4.2 + +### Patch Changes + +- [#18](https://github.com/intlify/eslint-plugin-svelte/pull/18) [`d298417`](https://github.com/intlify/eslint-plugin-svelte/commit/d298417c53575ba5fa9043a5a5d6957dd11a01bd) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: add support for svelte v5(rc) + ## 0.4.1 ### Patch Changes diff --git a/lib/meta.ts b/lib/meta.ts index 200e603..a3f00ae 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.1' as const +export const version = '0.4.2' as const diff --git a/package.json b/package.json index 046b563..2643390 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.1", + "version": "0.4.2", "publishConfig": { "access": "public" },