Skip to content

Commit

Permalink
chore: release @intlify/eslint-plugin-svelte (#13)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people committed Jan 17, 2024
1 parent e0acb96 commit d1c194b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
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

0 comments on commit d1c194b

Please sign in to comment.