Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazzes committed Mar 26, 2024
1 parent 64fe669 commit f692eb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"hooks": {
"before:init": ["yarn lint", "yarn test", "yarn prepare"],
"after:release": ["rm -rf lib"]
},
"npm": {
"publish": true
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-zoom-toolkit",
"version": "1.0.0",
"version": "1.0.1",
"description": "Smoothly zoom any image, video or component you want in a performant way!",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit f692eb6

Please sign in to comment.