Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrand-ch committed Oct 21, 2022
1 parent 8ee904b commit 6386ac8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"clean:dist": "rm -rfv src/dist/*",
"debug:ios": "ns debug ios",
"debug:android": "ns debug android",
"release:patch": "npm run build && cd src/ && npm version patch -m \"chore(release): %s\"",
"release:minor": "npm run build && cd src/ && npm version minor -m \"chore(release): %s\"",
"release:major": "npm run build && cd src/ && npm version major -m \"chore(release): %s\"",
"commit": "git-cz"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-getters",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 6386ac8

Please sign in to comment.