chore(release): 10.0.0 [skip ci]

# [10.0.0](https://github.com/jdalrymple/node-gitlab/compare/9.1.0...10.0.0) (2019-07-15)

### Code Refactoring

* Adding required labelName and colour option to the create method ([199e32d](https://github.com/jdalrymple/node-gitlab/commit/199e32d))

### BREAKING CHANGES

* Labels require a colour and a name to be created. Now the create method takes a second and third argument: 'labelName' and 'color'
This commit is contained in:
semantic-release-bot 2019-07-15 14:44:32 +00:00
parent f59d51d15d
commit edefb680e7
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
# [10.0.0](https://github.com/jdalrymple/node-gitlab/compare/9.1.0...10.0.0) (2019-07-15)
### Code Refactoring
* Adding required labelName and colour option to the create method ([199e32d](https://github.com/jdalrymple/node-gitlab/commit/199e32d))
### BREAKING CHANGES
* Labels require a colour and a name to be created. Now the create method takes a second and third argument: 'labelName' and 'color'
# [9.1.0](https://github.com/jdalrymple/node-gitlab/compare/9.0.1...9.1.0) (2019-07-12)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "gitlab",
"version": "9.1.0",
"version": "10.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "gitlab",
"version": "9.1.0",
"version": "10.0.0",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"keywords": [
"api",