Skip to content

Commit

Permalink
Release v2.3.3 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkordecki authored Mar 28, 2022
1 parent dd2ed90 commit 764a6ee
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Change Log

## [v2.3.2](https://github.com/vultr/vultr-node/compare/v2.3.1..v2.3.2) (2021-03-16)
## [v2.3.3](https://github.com/vultr/vultr-node/compare/v2.3.2..v2.3.3) (2022-03-28)

### Bug Fixes
* Add the build command before publishing for GitHub Actions workflow [#604](https://github.com/vultr/vultr-node/issues/604)

## [v2.3.2](https://github.com/vultr/vultr-node/compare/v2.3.1..v2.3.2) (2022-03-24)

### About This Version
* This version contains the dependency issues listed below, but does not work due to an issue resolved in v2.3.3 with the GitHub deployment actions. Please do not use this version and instead only use v2.3.3+

### Dependencies
* To see all deps that were updated, please check [milestone v2.3.2](https://github.com/vultr/vultr-node/milestone/47)

## [v2.3.1](https://github.com/vultr/vultr-node/compare/v2.3.0..v2.3.1) (2021-03-16)
## [v2.3.1](https://github.com/vultr/vultr-node/compare/v2.3.0..v2.3.1) (2022-03-16)

### About This Version
* This version contains the dependency issues listed below, but does not work due to an issue resolved in v2.3.3 with the GitHub deployment actions. Please do not use this version and instead only use v2.3.3+

### Dependencies
* To see all deps that were updated, please check [milestone v2.3.1](https://github.com/vultr/vultr-node/milestone/46)
Expand Down
4 changes: 2 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": "2.3.2",
"version": "2.3.3",
"description": "Node module to communicate with the Vultr API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 764a6ee

Please sign in to comment.