Skip to content

Commit 616e22d

Browse files
committed
add changelog, link to homepage
1 parent 0d136bb commit 616e22d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [v1.3.0]
4+
5+
* Add auto-fix capability to `onClick` (thank you @bkonuwa and @pixelbandito). ([#8](https://github.com/davidcalhoun/eslint-plugin-test-selectors/pull/8))

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "eslint-plugin-test-selectors",
33
"version": "1.2.8",
44
"description": "Makes sure test DOM attributes (e.g. data-test-id) are added to interactive DOM elements.",
5+
"homepage": "https://github.com/davidcalhoun/eslint-plugin-test-selectors#readme",
56
"keywords": [
67
"eslint",
78
"eslintplugin",
@@ -35,4 +36,4 @@
3536
"node": ">=0.10.0"
3637
},
3738
"license": "ISC"
38-
}
39+
}

0 commit comments

Comments
 (0)