Skip to content

Commit 764a6ee

Browse files
Release v2.3.3 #patch
1 parent dd2ed90 commit 764a6ee

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Change Log
22

3-
## [v2.3.2](https://github.com/vultr/vultr-node/compare/v2.3.1..v2.3.2) (2021-03-16)
3+
## [v2.3.3](https://github.com/vultr/vultr-node/compare/v2.3.2..v2.3.3) (2022-03-28)
4+
5+
### Bug Fixes
6+
* Add the build command before publishing for GitHub Actions workflow [#604](https://github.com/vultr/vultr-node/issues/604)
7+
8+
## [v2.3.2](https://github.com/vultr/vultr-node/compare/v2.3.1..v2.3.2) (2022-03-24)
9+
10+
### About This Version
11+
* 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+
412

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

8-
## [v2.3.1](https://github.com/vultr/vultr-node/compare/v2.3.0..v2.3.1) (2021-03-16)
16+
## [v2.3.1](https://github.com/vultr/vultr-node/compare/v2.3.0..v2.3.1) (2022-03-16)
17+
18+
### About This Version
19+
* 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+
920

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vultr/vultr-node",
33
"private": false,
4-
"version": "2.3.2",
4+
"version": "2.3.3",
55
"description": "Node module to communicate with the Vultr API",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)