Skip to content

Commit

Permalink
chore: release @intlify/eslint-plugin-svelte (#16)
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] committed Apr 1, 2024
1 parent 000c9af commit 4257b06
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-news-hug.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.1

### Patch Changes

- [#15](https://github.com/intlify/eslint-plugin-svelte/pull/15) [`785a3d8`](https://github.com/intlify/eslint-plugin-svelte/commit/785a3d88e726f8a04630c7a42526783e7b6d3eb2) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: false positives for style tag in no-raw-text

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

0 comments on commit 4257b06

Please sign in to comment.