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

Post-release

This commit is contained in:
John Gee 2020-07-04 15:30:44 +12:00
parent 12fd48d3c1
commit c27d85148a
4 changed files with 6 additions and 3 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- markdownlint-disable MD024 -->
## [Unreleased] (date goes here)
## [6.6.0] (2020-07-04)
### Added
@ -292,6 +294,7 @@ Only minor functional changes, but technically could break scripts relying on sp
<!-- reference links for releases -->
[Unreleased]: https://github.com/tj/n/compare/master...develop
[6.6.0]: https://github.com/tj/n/compare/v6.5.1...v6.6.0
[6.5.1]: https://github.com/tj/n/compare/v6.5.0...v6.5.1
[6.5.0]: https://github.com/tj/n/compare/v6.4.0...v6.5.0
[6.4.0]: https://github.com/tj/n/compare/v6.3.1...v6.4.0

2
bin/n
View File

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "n",
"version": "6.6.0",
"version": "6.6.1-0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "n",
"description": "Interactively Manage All Your Node Versions",
"version": "6.6.0",
"version": "6.6.1-0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"homepage": "https://github.com/tj/n",
"bugs": "https://github.com/tj/n/issues",