Skip to content

Commit dc75393

Browse files
committed
v1.0.0
1 parent 94fdb36 commit dc75393

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
## Unreleased
44

5+
## [1.0.0](https://github.com/rezstream/eslint-plugin-rezstream/releases/tag/v1.0.0) - 2023-01-27
6+
57
- Initial release

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"scripts": {
1010
"lint": "eslint .",
1111
"lint:fix": "eslint . --fix",
12-
"test": "npm run lint"
12+
"test": "npm run lint",
13+
"update:version": "npm --no-git-tag-version version"
1314
},
1415
"repository": {
1516
"type": "git",

0 commit comments

Comments
 (0)