Comparing version 11.6.1 to 12.0.0
@@ -1,8 +0,16 @@ | ||
## [11.6.1](https://github.com/jdalrymple/node-gitlab/compare/11.6.0...11.6.1) (2019-11-21) | ||
# [12.0.0](https://github.com/jdalrymple/node-gitlab/compare/11.6.0...12.0.0) (2019-11-21) | ||
* Switching version option type ([6558f09](https://github.com/jdalrymple/node-gitlab/commit/6558f09522ccb27d4314d99394086301fe5ae85e)) | ||
### Bug Fixes | ||
* Fixing the inability to use environment variables in the cli export ([#463](https://github.com/jdalrymple/node-gitlab/issues/463)) ([b2ffea2](https://github.com/jdalrymple/node-gitlab/commit/b2ffea28b257e0f9f2a6f6c5940a3fc7fc60fbd2)), closes [#458](https://github.com/jdalrymple/node-gitlab/issues/458) | ||
* Fixing the inability to use environment variables in the cli export ([#463](https://github.com/jdalrymple/node-gitlab/issues/463)) ([79d8c71](https://github.com/jdalrymple/node-gitlab/commit/79d8c718b03946e4fc02d57032f37747b1a783f7)), closes [#458](https://github.com/jdalrymple/node-gitlab/issues/458) | ||
### BREAKING CHANGES | ||
* Switch the version option to be a number and not a string. For example 4 instead of 'v4'. | ||
# [11.6.0](https://github.com/jdalrymple/node-gitlab/compare/11.5.1...11.6.0) (2019-11-20) | ||
@@ -9,0 +17,0 @@ |
{ | ||
"name": "gitlab", | ||
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", | ||
"version": "11.6.1", | ||
"version": "12.0.0", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Justin Dalrymple", |
539447