We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d91ca commit eb3764fCopy full SHA for eb3764f
CHANGELOG.md
@@ -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
6
# 2.4.2
7
8
- Fix handling of the scope created by `let:` directives
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-svelte3",
- "version": "2.4.2",
+ "version": "2.5.0",
"description": "An ESLint plugin for Svelte v3 components.",
"keywords": [
"eslint",
0 commit comments