Skip to content

Commit

Permalink
chore: release @intlify/eslint-plugin-svelte (#19)
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 Jun 20, 2024
1 parent d298417 commit 2446aca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/metal-hornets-flow.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.4.2

### Patch Changes

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

## 0.4.1

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

0 comments on commit 2446aca

Please sign in to comment.