File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# @frontendfixer/eslint-config-react
2
2
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - package.json script change
8
+
3
9
## v.1.0.0
4
10
5
11
### Initial Release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @frontendfixer/eslint-config-react" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " ESLint, Prettier and Typescript Config for React application" ,
5
5
"keywords" : [
6
6
" javascript" ,
36
36
"changeset" : " changeset" ,
37
37
"release" : " changeset publish" ,
38
38
"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"
40
40
},
41
41
"peerDependencies" : {
42
42
"eslint" : " >=8.0.0" ,
You can’t perform that action at this time.
0 commit comments