Skip to content

Commit 398353f

Browse files
committed
v0.4.4
1 parent ab28ec5 commit 398353f

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+
# v0.4.4
2+
3+
- With `svelte3/ignore-warnings`, don't wipe elements whose tag names merely begin with `<svelte`
4+
- The plugin is now published to npm
5+
16
# v0.4.3
27

38
- Better handling for files linted in Windows/CRLF `linebreak-style`

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

0 commit comments

Comments
 (0)