Skip to content

Commit

Permalink
chore: updating release patches that were missed over the past week
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Jul 9, 2018
1 parent 6c72d02 commit 4f682ca
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

[3.5.1](https://github.com/jdalrymple/node-gitlab/tags/3.4.5) (2018-7-08)
------------------
- Fixed migrating-from-node-gitlab link in Table of Contents #118 thanks to [Quentin Dreyer](https://github.com/qkdreyer)
- Fix methods for editing MR approval/approver settings #119 thanks to [Norm MacLennan](https://github.com/maclennann)
- Removed codcov patch coverage until a larger portion of the codebase is covered

[3.5.0](https://github.com/jdalrymple/node-gitlab/tags/3.4.5) (2018-7-04)
------------------
- Obey the rate limit (9b46250), closes #73 thanks to [Max Wittig](https://github.com/max-wittig)

[3.4.6](https://github.com/jdalrymple/node-gitlab/tags/3.4.5) (2018-7-02)
------------------
- Title parameter in the Project Milestones API was not being passed in the request (f1c3e1a), closes #116

[3.4.5](https://github.com/jdalrymple/node-gitlab/tags/3.4.5) (2018-7-02)
------------------
- Updating badges [PR #115](https://github.com/jdalrymple/node-gitlab/pull/115) thanks to [Munif Tanjim](https://github.com/MunifTanjim)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ This started off as a fork from [node-gitlab](https://github.com/node-gitlab/nod
- [bodtx](https://github.com/bodtx)
- [Artem](https://github.com/arthot)
- [Munif Tanjim](https://github.com/MunifTanjim)
- [Max Wittig](https://github.com/max-wittig)
- [Quentin Dreyer](https://github.com/qkdreyer)
- [Norm MacLennan](https://github.com/maclennann)

## License

Expand Down
17 changes: 16 additions & 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.4.4",
"version": "3.5.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 4f682ca

Please sign in to comment.