@deskpro/apps-ci-tools
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -7,2 +7,8 @@ # Changelog | ||
## [0.2.1][] - 2018-09-11 | ||
### Fixed | ||
fixed github request comment request payload | ||
## [0.2.0][] - 2018-09-11 | ||
@@ -15,3 +21,4 @@ | ||
[Unreleased]: https://github.com/deskpro/apps-ci-tools/compare/v0.2.0...HEAD | ||
[0.2.0]: https://github.com/deskpro/apps-ci-tools/tree/v0.2.0 | ||
[Unreleased]: https://github.com/deskpro/apps-ci-tools/compare/v0.2.1...HEAD | ||
[0.2.1]: https://github.com/deskpro/apps-ci-tools/compare/v0.2.0...v0.2.1 | ||
[0.2.0]: https://github.com/deskpro/apps-ci-tools/tree/v0.2.0 |
@@ -9,3 +9,3 @@ { | ||
"name": "@deskpro/apps-ci-tools", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "various command line tools used during the build process by deskpro apps", | ||
@@ -12,0 +12,0 @@ "main": "src/dpbuild.js", |
@@ -33,3 +33,3 @@ "use strict"; | ||
}, | ||
body: comment | ||
body: JSON.stringify({ body: comment }) | ||
}).then(function (response) { | ||
@@ -36,0 +36,0 @@ |
16872