Skip to content

Commit

Permalink
fix: update package.json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcherist committed Jul 1, 2018
1 parent 15e8999 commit ae76c47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="1.1.9"></a>
## 1.1.9 (2018-06-30)
## [1.1.9](https:/fletcherist/yandex-dialogs-sdk/compare/c266eac...v1.1.9) (2018-06-30)


### Bug Fixes
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"test": "jest",
"version": "npm run changelog && git add CHANGELOG.md",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"release": "conventional-github-releaser -p angular"
"release": "conventional-github-releaser -p angular",
"deploy": "git push --follow-tags origin master && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ae76c47

Please sign in to comment.