Skip to content

Commit

Permalink
Release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adecrown committed Feb 21, 2020
1 parent c5a3b2d commit 689b72c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "adecrown",
"url": "http://adecrown.com"
},
"version": "0.2.5",
"version": "0.2.6",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"release-it": {
"hooks": {
"before:bump": "source app-env",
"after:bump": "npm run build-bundle"
"before:init": "source app-env",
"before:bump": "npm run build-bundle"
},
"git": {
"tagName": "v${version}",
Expand Down

0 comments on commit 689b72c

Please sign in to comment.