Skip to content

Commit c483c33

Browse files
chore: release @intlify/eslint-plugin-svelte
1 parent 785a3d8 commit c483c33

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/hungry-news-hug.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 0.4.0
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
### Minor Changes
410

511
- [#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

lib/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* in order to update its content execute "pnpm run update"
55
*/
66
export const name = '@intlify/eslint-plugin-svelte' as const
7-
export const version = '0.4.0' as const
7+
export const version = '0.4.1' as const

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@intlify/eslint-plugin-svelte",
33
"description": "ESLint plugin for internationalization with Svelte",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)