@shadowspawn/nvh
Advanced tools
Comparing version 9.0.0 to 9.1.0
@@ -10,2 +10,8 @@ # Changelog | ||
## [9.1.0] (2019-10-25) | ||
### Added | ||
- deletion of cached versions from menu using 'd' | ||
## [9.0.0] (2019-10-03) | ||
@@ -314,2 +320,3 @@ | ||
[Unreleased]: https://github.com/shadowspawn/nvh/compare/master...develop | ||
[9.1.0]: https://github.com/shadowspawn/nvh/compare/v9.0.0...shadowspawn:v9.1.0 | ||
[9.0.0]: https://github.com/shadowspawn/nvh/compare/v8.0.0...shadowspawn:v9.0.0 | ||
@@ -316,0 +323,0 @@ [8.0.0]: https://github.com/shadowspawn/nvh/compare/v7.0.3...shadowspawn:v8.0.0 |
{ | ||
"name": "@shadowspawn/nvh", | ||
"description": "Node Version Helper. Easily install Node.js versions.", | ||
"version": "9.0.0", | ||
"version": "9.1.0", | ||
"author": "John Gee", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/shadowspawn/nvh", |
@@ -63,3 +63,3 @@ # Node Version Helper | ||
Use up/down arrow keys to select a version, return key to install, q to quit | ||
Use up/down arrow keys to select a version, return key to install, d to delete, q to quit | ||
@@ -66,0 +66,0 @@ (You can also use `j` and `k` to navigate up or down without using arrows.) |
Sorry, the diff of this file is not supported yet
58064