We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fdb36 commit dc75393Copy full SHA for dc75393
CHANGELOG.md
@@ -2,4 +2,6 @@
2
3
## Unreleased
4
5
+## [1.0.0](https://github.com/rezstream/eslint-plugin-rezstream/releases/tag/v1.0.0) - 2023-01-27
6
+
7
- Initial release
package.json
@@ -9,7 +9,8 @@
9
"scripts": {
10
"lint": "eslint .",
11
"lint:fix": "eslint . --fix",
12
- "test": "npm run lint"
+ "test": "npm run lint",
13
+ "update:version": "npm --no-git-tag-version version"
14
},
15
"repository": {
16
"type": "git",
0 commit comments