Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazzes committed Mar 24, 2024
1 parent b087283 commit 006a5d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"git": {
"requireBranch": "main",
"requireCleanWorkingDir": false,
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"hooks": {
"before:init": ["yarn lint", "yarn test", "yarn prepare"]
},
"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": "0.0.1",
"version": "1.0.0",
"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 006a5d0

Please sign in to comment.