Skip to content

Commit

Permalink
chore: release @intlify/eslint-plugin-svelte (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 1, 2024
1 parent e5c3f1c commit df9bd1f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-peaches-punch.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @intlify/eslint-plugin-svelte

## 0.5.0

### Minor Changes

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

## 0.4.2

### Patch 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.4.2' as const
export const version = '0.5.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.4.2",
"version": "0.5.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit df9bd1f

Please sign in to comment.