Skip to content

Commit a440921

Browse files
committed
-> v2.7.1
1 parent f727eec commit a440921

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.7.1
2+
3+
- Named code blocks were in fact a breaking change, sorry!
4+
- They're now disabled by default, but can be enabled with `svelte3/named-blocks`
5+
16
# 2.7.0
27

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

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

0 commit comments

Comments
 (0)