Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/sixty-games-love.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.0

### Minor Changes

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

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* in order to update its content execute "pnpm run update"
*/
export const name = '@intlify/eslint-plugin-svelte' as const
export const version = '0.3.0' as const
export const version = '0.4.0' as const
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@intlify/eslint-plugin-svelte",
"description": "ESLint plugin for internationalization with Svelte",
"version": "0.3.0",
"version": "0.4.0",
"publishConfig": {
"access": "public"
},
Expand Down