Comparing version 11.0.0 to 11.0.1
@@ -0,1 +1,8 @@ | ||
## [11.0.1](https://github.com/jdalrymple/node-gitlab/compare/11.0.0...11.0.1) (2019-08-29) | ||
### Bug Fixes | ||
* Handling empty text responses ([c8deaa2](https://github.com/jdalrymple/node-gitlab/commit/c8deaa2)) | ||
# [11.0.0](https://github.com/jdalrymple/node-gitlab/compare/10.2.1...11.0.0) (2019-08-28) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "gitlab", | ||
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", | ||
"version": "11.0.0", | ||
"version": "11.0.1", | ||
"author": { | ||
@@ -48,3 +48,3 @@ "name": "Justin Dalrymple", | ||
"rollup-plugin-terser": "^5.1.1", | ||
"rollup-plugin-typescript2": "^0.23.0", | ||
"rollup-plugin-typescript2": "^0.24.0", | ||
"semantic-release": "^15.13.24", | ||
@@ -51,0 +51,0 @@ "ts-jest": "24.0.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
367887
2183