Skip to content

Commit

Permalink
-> v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Dec 15, 2020
1 parent 10ed9d9 commit 5efeb5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.0.0

- Breaking change: Node 10+ is now required
- 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
- Fix erroneous `no-unused-vars` for variables that are assigned to in the template, but are only used in the script

# 2.7.3

- Fix mishandling of blocks whose last line consists of only the expected indentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-svelte3",
"version": "2.7.3",
"version": "3.0.0",
"description": "An ESLint plugin for Svelte v3 components.",
"keywords": [
"eslint",
Expand Down

0 comments on commit 5efeb5a

Please sign in to comment.