Skip to content

Commit 68e30ef

Browse files
committed
docs(changelog.md): update changelog
1 parent 51ecacb commit 68e30ef

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @frontendfixer/eslint-config-react
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- package.json script change
8+
39
## v.1.0.0
410

511
### Initial Release

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontendfixer/eslint-config-react",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "ESLint, Prettier and Typescript Config for React application",
55
"keywords": [
66
"javascript",
@@ -36,7 +36,7 @@
3636
"changeset": "changeset",
3737
"release": "changeset publish",
3838
"commit": "git-cz",
39-
"release_push": "git add . && yarn commit && yarn release && git push --follow-tags"
39+
"release_push": "git add . && yarn changeset && yarn changeset version && git add . && yarn commit && yarn release && git push --follow-tags"
4040
},
4141
"peerDependencies": {
4242
"eslint": ">=8.0.0",

0 commit comments

Comments
 (0)