Skip to content

Commit

Permalink
-> v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Jul 11, 2019
1 parent aec8ca6 commit db8aa82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.7.0

- Expose the parts of each linted component as separate named code blocks `module.js`, `instance.js`, and `template.js`

# 2.6.0

- Add `svelte3/compiler` setting to allow overriding which instance of the Svelte compiler is used
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.6.0",
"version": "2.7.0",
"description": "An ESLint plugin for Svelte v3 components.",
"keywords": [
"eslint",
Expand Down

0 comments on commit db8aa82

Please sign in to comment.