0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00

Update README and CHANGELOG with deletion, and bump version

This commit is contained in:
John Gee 2019-10-23 23:04:32 +13:00
parent 455079eca2
commit c984499482
3 changed files with 9 additions and 3 deletions

View File

@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- markdownlint-disable MD024 -->
## [Unreleased] (date goes here)
## [6.1.0] (2019-10-25)
### Added
- deletion of cached versions from menu using 'd' ([#590])
## [6.0.1] (2019-08-20)
@ -202,10 +206,12 @@ Only minor functional changes, but technically could break scripts relying on sp
[#560]: https://github.com/tj/n/issues/560
[#562]: https://github.com/tj/n/issues/562
[#574]: https://github.com/tj/n/issues/574
[#590]: https://github.com/tj/n/issues/590
<!-- reference links for releases -->
[Unreleased]: https://github.com/tj/n/compare/master...develop
[6.1.0]: https://github.com/tj/n/compare/v6.0.1...v6.1.0
[6.0.1]: https://github.com/tj/n/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/tj/n/compare/v5.0.2...v6.0.0
[5.0.2]: https://github.com/tj/n/compare/v5.0.1...v5.0.2

View File

@ -74,7 +74,7 @@ Execute `n` on its own to view your downloaded versions, and install the selecte
ο node/8.11.3
node/10.15.0
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
(You can also use `j` and `k` to navigate up or down without using arrows.)

2
bin/n
View File

@ -40,7 +40,7 @@ function echo_red() {
# Setup and state
#
VERSION="6.0.2-0"
VERSION="6.1.0"
N_PREFIX="${N_PREFIX-/usr/local}"
N_PREFIX=${N_PREFIX%/}