From 01c933c8d405adb75f89494f786aed8b8ad4b332 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Apr 2024 09:49:53 +0000 Subject: [PATCH] chore: release @intlify/eslint-plugin-svelte --- .changeset/hungry-news-hug.md | 5 ----- CHANGELOG.md | 6 ++++++ lib/meta.ts | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/hungry-news-hug.md diff --git a/.changeset/hungry-news-hug.md b/.changeset/hungry-news-hug.md deleted file mode 100644 index 67e0d90..0000000 --- a/.changeset/hungry-news-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@intlify/eslint-plugin-svelte": patch ---- - -fix: false positives for style tag in no-raw-text diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a7863d..e4bc55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @intlify/eslint-plugin-svelte +## 0.4.1 + +### Patch Changes + +- [#15](https://github.com/intlify/eslint-plugin-svelte/pull/15) [`785a3d8`](https://github.com/intlify/eslint-plugin-svelte/commit/785a3d88e726f8a04630c7a42526783e7b6d3eb2) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: false positives for style tag in no-raw-text + ## 0.4.0 ### Minor Changes diff --git a/lib/meta.ts b/lib/meta.ts index 3f16f22..200e603 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.0' as const +export const version = '0.4.1' as const diff --git a/package.json b/package.json index b69d112..6b67144 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.0", + "version": "0.4.1", "publishConfig": { "access": "public" },