Skip to content

Commit 5fc4861

Browse files
committed
v0.2.0
1 parent 53591c8 commit 5fc4861

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.2.0
2+
3+
- Add handling of store auto-subscriptions and other injected variables
4+
- Require alpha 21
5+
16
# v0.1.0
27

38
- Initial release

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-svelte3",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "An ESLint plugin for Svelte v3 components.",
55
"keywords": [
66
"eslint",
@@ -11,14 +11,14 @@
1111
"main": "index.js",
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/Conduitry/eslint-plugin-svelte3.git"
14+
"url": "https://github.com/sveltejs/eslint-plugin-svelte3.git"
1515
},
1616
"author": "Conduitry",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/Conduitry/eslint-plugin-svelte3/issues"
19+
"url": "https://github.com/sveltejs/eslint-plugin-svelte3/issues"
2020
},
2121
"peerDependencies": {
22-
"svelte": "^3"
22+
"svelte": "^3.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)