Skip to content

Commit d1c194b

Browse files
chore: release @intlify/eslint-plugin-svelte (#13)
* chore: release @intlify/eslint-plugin-svelte * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <[email protected]>
1 parent e0acb96 commit d1c194b

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/sixty-games-love.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.0
2+
3+
### Minor Changes
4+
5+
- [#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
6+
17
## 0.3.0
28

39
### 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.3.0' as const
7+
export const version = '0.4.0' 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.3.0",
4+
"version": "0.4.0",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)