diff --git a/CHANGELOG.md b/CHANGELOG.md index 893490bf2..d31011eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.9.13](https://github.com/christophehurpeau/reviewflow/compare/v1.9.12...v1.9.13) (2019-04-14) + + +### Bug Fixes + +* pr result and pr id ([672be5b](https://github.com/christophehurpeau/reviewflow/commit/672be5b)) +* pr result and pr id ([e90a150](https://github.com/christophehurpeau/reviewflow/commit/e90a150)) + + + ## [1.9.12](https://github.com/christophehurpeau/reviewflow/compare/v1.9.11...v1.9.12) (2019-04-14) diff --git a/package.json b/package.json index a9e9f0004..656c7246d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reviewflow", "private": true, - "version": "1.9.12", + "version": "1.9.13", "description": "reviewflow", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC",