Skip to content

Commit df9bd1f

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

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/rich-peaches-punch.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
# @intlify/eslint-plugin-svelte
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#20](https://github.com/intlify/eslint-plugin-svelte/pull/20) [`9725a74`](https://github.com/intlify/eslint-plugin-svelte/commit/9725a74e952fafd433a9d8a46b2456f198a279c7) Thanks [@codiini](https://github.com/codiini)! - feat: support eslint v9 flat config in plugin
8+
39
## 0.4.2
410

511
### Patch Changes

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

0 commit comments

Comments
 (0)