Skip to content

Commit

Permalink
chore(release): 12.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [12.0.1](12.0.0...12.0.1) (2019-11-27)

### Bug Fixes

* Encode slug value for Wikis API ([#501](#501)) ([9c56d48](9c56d48)), closes [#490](#490)
  • Loading branch information
semantic-release-bot committed Nov 27, 2019
1 parent 9c56d48 commit 55e688c
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 @@
## [12.0.1](https://github.com/jdalrymple/node-gitlab/compare/12.0.0...12.0.1) (2019-11-27)


### Bug Fixes

* Encode slug value for Wikis API ([#501](https://github.com/jdalrymple/node-gitlab/issues/501)) ([9c56d48](https://github.com/jdalrymple/node-gitlab/commit/9c56d4819ba120a1ea338fceb950733f0f59f886)), closes [#490](https://github.com/jdalrymple/node-gitlab/issues/490)

# [12.0.0](https://github.com/jdalrymple/node-gitlab/compare/11.6.0...12.0.0) (2019-11-21)


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": "12.0.0",
"version": "12.0.1",
"author": {
"name": "Justin Dalrymple",
"email": "[email protected]"
Expand Down

0 comments on commit 55e688c

Please sign in to comment.