chore(release): 4.3.0 [skip ci]

# [4.3.0](https://github.com/jdalrymple/node-gitlab/compare/4.2.7...4.3.0) (2018-12-12)

### Features

* **services:** add protected tags ([8203830](https://github.com/jdalrymple/node-gitlab/commit/8203830))
This commit is contained in:
semantic-release-bot 2018-12-12 17:43:38 +00:00
parent cf223fdd20
commit e76a231978
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# [4.3.0](https://github.com/jdalrymple/node-gitlab/compare/4.2.7...4.3.0) (2018-12-12)
### Features
* **services:** add protected tags ([8203830](https://github.com/jdalrymple/node-gitlab/commit/8203830))
## [4.2.7](https://github.com/jdalrymple/node-gitlab/compare/4.2.6...4.2.7) (2018-11-26)

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "gitlab",
"version": "4.2.7",
"version": "4.3.0",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"main": "dist/latest/index.js",
"engines": {