Skip to content

Commit

Permalink
chore(release): 14.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [14.1.1](14.1.0...14.1.1) (2020-01-03)

### Bug Fixes

* resourceDiscussions.editNote add content params, and allowed discussionId to accept a string type ([#524](#524)) ([22d916a](22d916a))
  • Loading branch information
semantic-release-bot committed Jan 3, 2020
1 parent 22d916a commit f2b192b
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 @@
## [14.1.1](https://github.com/jdalrymple/node-gitlab/compare/14.1.0...14.1.1) (2020-01-03)


### Bug Fixes

* resourceDiscussions.editNote add content params, and allowed discussionId to accept a string type ([#524](https://github.com/jdalrymple/node-gitlab/issues/524)) ([22d916a](https://github.com/jdalrymple/node-gitlab/commit/22d916a05fdf2f4361fa2e9d17fdd8784ed6bfb3))

# [14.1.0](https://github.com/jdalrymple/node-gitlab/compare/14.0.1...14.1.0) (2019-12-30)


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,7 +1,7 @@
{
"name": "gitlab",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"version": "14.1.0",
"version": "14.1.1",
"author": {
"name": "Justin Dalrymple",
"email": "[email protected]"
Expand Down

0 comments on commit f2b192b

Please sign in to comment.