Skip to content

Commit 5efeb5a

Browse files
committed
-> v3.0.0
1 parent 10ed9d9 commit 5efeb5a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 3.0.0
2+
3+
- Breaking change: Node 10+ is now required
4+
- There are no specific changes yet that will not work on Node 8, but tests will no longer be run on Node 8, and there are no guarantees about it
5+
- Fix erroneous `no-unused-vars` for variables that are assigned to in the template, but are only used in the script
6+
17
# 2.7.3
28

39
- Fix mishandling of blocks whose last line consists of only the expected indentation

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

0 commit comments

Comments
 (0)