Skip to content

Commit 4257b06

Browse files
chore: release @intlify/eslint-plugin-svelte (#16)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 000c9af commit 4257b06

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/hungry-news-hug.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @intlify/eslint-plugin-svelte
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
## 0.4.0
410

511
### Minor Changes

lib/meta.ts

+1-1
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

+1-1
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)