Skip to content

Commit

Permalink
chore: release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz committed Jul 1, 2023
1 parent cb34ed6 commit 3e9fba7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-mock-location-detector",
"version": "2.0.1",
"name": "react-native-turbo-mock-location-detector",
"version": "2.2.0",
"description": "Package helps to detect mocked location on both Android and iOS",
"main": "./lib/commonjs/index",
"module": "./lib/module/index",
Expand Down Expand Up @@ -89,7 +89,8 @@
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
"tagName": "v${version}",
"requireCleanWorkingDir": false
},
"npm": {
"publish": true
Expand Down

0 comments on commit 3e9fba7

Please sign in to comment.