From 764a6ee0c90c88efb39c899583bee7b13433ddbb Mon Sep 17 00:00:00 2001 From: Spencer Kordecki Date: Mon, 28 Mar 2022 18:25:18 -0400 Subject: [PATCH] Release v2.3.3 #patch --- CHANGELOG.md | 15 +++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 987111c8..3f0d4cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index c3b74902..493833ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vultr/vultr-node", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vultr/vultr-node", - "version": "2.3.2", + "version": "2.3.3", "license": "MIT", "dependencies": { "node-fetch": "^2.6.0", diff --git a/package.json b/package.json index 0b23bf37..a0a95a0e 100644 --- a/package.json +++ b/package.json @@ -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",