Skip to content

Commit 502e561

Browse files
authored
Merge pull request #458 from vultr/release-2.0.5
release 2.0.5
2 parents 59c7f38 + 8b47b6f commit 502e561

File tree

3 files changed

+27
-21
lines changed

3 files changed

+27
-21
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v2.0.5](https://github.com/vultr/vultr-node/compare/v2.0.4..v2.0.5) (2020-03-24)
4+
### Bug Fixes
5+
* Remove unused Husky properties, globally install Husky for CI [#454](https://github.com/vultr/vultr-node/454)
6+
* Regenerate documentation pages to remove duplicates [#456](https://github.com/vultr/vultr-node/456)
7+
* Add label parameter to instance.updateInstance [#459](https://github.com/vultr/vultr-node/pull/459)
8+
39
## [v2.0.4](https://github.com/vultr/vultr-node/compare/v2.0.3..v2.0.4) (2020-03-23)
410
### Bug Fixes
511
* Disable Husky git hooks while using CI [#447](https://github.com/vultr/vultr-node/issues/447)

package-lock.json

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vultr/vultr-node",
33
"private": false,
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"description": "Node module to communicate with the Vultr API",
66
"main": "src/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)