Skip to content

Commit

Permalink
Adding some tests and jobs.show
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed May 24, 2018
1 parent 699a472 commit ca6fdd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,11 @@ This started off as a fork from [node-gitlab](https://github.com/node-gitlab/nod

## Changelog

[3.4.0](https://github.com/jdalrymple/node-gitlab/tags/3.4.0) (2018-5-24)
------------------
- Added the first stage of testing in [#71](https://github.com/jdalrymple/node-gitlab/pull/71) with [Adam Dehnel](https://github.com/arsdehnel)'s guidence
- Added jobs.show() that was missing from the Jobs service

[3.3.6](https://github.com/jdalrymple/node-gitlab/tags/3.3.6) (2018-5-22)
------------------
- Typo fix and branch id encoding thanks to [Igor Katsuba](https://github.com/Defenderbass)
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": "3.3.6",
"version": "3.4.0",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"main": "dist/latest/index.js",
"engines": {
Expand Down

0 comments on commit ca6fdd7

Please sign in to comment.