Skip to content

Commit e92e10b

Browse files
release 2.2.1 (#545)
1 parent 749a56f commit e92e10b

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
- npm install
1010

1111
script:
12-
- npm test
12+
- npm run test
1313
- npm run build
1414
- jest --ci --coverage && codecov
1515

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v2.2.1](https://github.com/vultr/vultr-node/compare/v2.2.0..v2.2.1) (2021-11-4)
4+
### Dependencies
5+
* To see all deps that were updated, please check [milestone v2.2.1](https://github.com/vultr/vultr-node/milestone/44)
6+
7+
### Bug Fixes
8+
* Fix Travis CI build to compile TypeScript before release [#532](https://github.com/vultr/vultr-node/issues/532)
9+
310
## [v2.2.0](https://github.com/vultr/vultr-node/compare/v2.1.1..v2.2.0) (2021-09-10)
411
### Dependencies
512
* To see all deps that were updated, please check [milestone v2.2.0](https://github.com/vultr/vultr-node/milestone/43)

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.2.0",
4+
"version": "2.2.1",
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)