Skip to content

Commit eb3764f

Browse files
committed
-> v2.5.0
1 parent 29d91ca commit eb3764f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.5.0
2+
3+
- Fix `let:` handling on regular elements as well
4+
- Separate `then` and `catch` scopes in `{#await}`
5+
16
# 2.4.2
27

38
- Fix handling of the scope created by `let:` directives

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-svelte3",
3-
"version": "2.4.2",
3+
"version": "2.5.0",
44
"description": "An ESLint plugin for Svelte v3 components.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)