Skip to content

Commit 2446aca

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

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/metal-hornets-flow.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.2
4+
5+
### Patch Changes
6+
7+
- [#18](https://github.com/intlify/eslint-plugin-svelte/pull/18) [`d298417`](https://github.com/intlify/eslint-plugin-svelte/commit/d298417c53575ba5fa9043a5a5d6957dd11a01bd) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: add support for svelte v5(rc)
8+
39
## 0.4.1
410

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

0 commit comments

Comments
 (0)