Skip to content

Commit

Permalink
Merge pull request #384 from vultr/release-0.5.0
Browse files Browse the repository at this point in the history
Release for v0.5.0
  • Loading branch information
ddymko authored Sep 2, 2020
2 parents dd1a4bd + 9eda2c7 commit ceee255
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Change Log
## [v0.5.0](https://github.com/vultr/vultr-node/compare/v0.4.1..v0.5.0) (2020-09-02)
### Features
* Adds support for enabling and disabling DDoS protection [#370](https://github.com/vultr/vultr-node/issues/370)

### Bug Fixes
* Remove use of `URLSearchParams()` in favor of `.map()` for joining user parameters to support native iOS [#372](https://github.com/vultr/vultr-node/pull/373)

### Dependencies
* To see all deps that were updated please check [milestone v0.5.0](https://github.com/vultr/vultr-node/milestone/28)

## [v0.4.1](https://github.com/vultr/vultr-node/compare/v0.4.0..v0.4.1) (2020-08-13)
### Dependencies
Expand Down
5 changes: 3 additions & 2 deletions 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": "@vultr/vultr-node",
"private": false,
"version": "0.4.1",
"version": "0.5.0",
"description": "Node module to communicate with the Vultr API",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit ceee255

Please sign in to comment.