Skip to content

Commit 7800fdb

Browse files
chore: release eslint-plugin-svelte
1 parent 27cf677 commit 7800fdb

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/poor-frogs-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-walls-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-plugin-svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-plugin-svelte
22

3+
## 3.12.5
4+
5+
### Patch Changes
6+
7+
- [#1365](https://github.com/sveltejs/eslint-plugin-svelte/pull/1365) [`57ccf95`](https://github.com/sveltejs/eslint-plugin-svelte/commit/57ccf95c4dbc3b863ee80791981a2f9dd4bad529) Thanks [@marekdedic](https://github.com/marekdedic)! - fix(no-navigation-without-resolve): Detecting asset() function as well
8+
9+
- [#1377](https://github.com/sveltejs/eslint-plugin-svelte/pull/1377) [`27cf677`](https://github.com/sveltejs/eslint-plugin-svelte/commit/27cf677e24500e2a83a0c7df8d506ef93b162a78) Thanks [@baseballyama](https://github.com/baseballyama)! - fix(no-navigation-without-resolve): improve error messages
10+
311
## 3.12.4
412

513
### Patch Changes

packages/eslint-plugin-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-svelte",
3-
"version": "3.12.4",
3+
"version": "3.12.5",
44
"description": "ESLint plugin for Svelte using AST",
55
"repository": {
66
"type": "git",

packages/eslint-plugin-svelte/src/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// This file has been automatically generated,
33
// in order to update its content execute "pnpm run update"
44
export const name = 'eslint-plugin-svelte' as const;
5-
export const version = '3.12.4' as const;
5+
export const version = '3.12.5' as const;

0 commit comments

Comments
 (0)