@shadowspawn/nvh
Advanced tools
Comparing version 9.6.0 to 9.6.1
@@ -10,2 +10,12 @@ # Changelog | ||
## [9.6.1] (2021-01-30) | ||
### Changed | ||
- tests: update bats, and use bats-assert for better unit test failure messages | ||
### Fixed | ||
- fail to display error in some cases for missing both `curl` and `wget` | ||
## [9.6.0] (2020-12-12) | ||
@@ -381,2 +391,3 @@ | ||
[Unreleased]: https://github.com/shadowspawn/nvh/compare/master...develop | ||
[9.6.1]: https://github.com/shadowspawn/nvh/compare/v9.6.0...shadowspawn:v9.6.1 | ||
[9.6.0]: https://github.com/shadowspawn/nvh/compare/v9.5.1...shadowspawn:v9.6.0 | ||
@@ -383,0 +394,0 @@ [9.5.1]: https://github.com/shadowspawn/nvh/compare/v9.5.0...shadowspawn:v9.5.1 |
{ | ||
"name": "@shadowspawn/nvh", | ||
"description": "Node Version Helper. Easily install Node.js versions.", | ||
"version": "9.6.0", | ||
"version": "9.6.1", | ||
"author": "John Gee", | ||
@@ -34,4 +34,6 @@ "homepage": "https://github.com/shadowspawn/nvh", | ||
"devDependencies": { | ||
"bats": "^1.1.0" | ||
"bats": "^1.2.1", | ||
"bats-assert": "github:bats-core/bats-assert", | ||
"bats-support": "github:bats-core/bats-support" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
66346
3