Skip to content

Commit

Permalink
chore(release): 4.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.1](4.2.0...4.2.1) (2018-10-29)

### Bug Fixes

* Updating application settings test to match updated API ([dececa6](dececa6))
  • Loading branch information
semantic-release-bot committed Oct 29, 2018
1 parent d10ec1b commit a2a933a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.2.1](https://github.com/jdalrymple/node-gitlab/compare/4.2.0...4.2.1) (2018-10-29)


### Bug Fixes

* Updating application settings test to match updated API ([dececa6](https://github.com/jdalrymple/node-gitlab/commit/dececa6))

# [4.2.0](https://github.com/jdalrymple/node-gitlab/compare/4.1.1...4.2.0) (2018-10-10)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitlab",
"version": "4.2.0",
"version": "4.2.1",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"main": "dist/latest/index.js",
"engines": {
Expand Down

0 comments on commit a2a933a

Please sign in to comment.