mirror of
https://github.com/tj/n.git
synced 2024-11-25 07:39:21 +01:00
Post-release
This commit is contained in:
parent
0ce85771fd
commit
d1ae808067
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
<!-- markdownlint-disable MD024 -->
|
<!-- markdownlint-disable MD024 -->
|
||||||
|
|
||||||
|
## [Unreleased] (date goes here)
|
||||||
|
|
||||||
## [9.2.1] (2024-02-25)
|
## [9.2.1] (2024-02-25)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
2
bin/n
2
bin/n
@ -61,7 +61,7 @@ function n_grep() {
|
|||||||
# Setup and state
|
# Setup and state
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION="v9.2.1"
|
VERSION="v9.2.2-0"
|
||||||
|
|
||||||
N_PREFIX="${N_PREFIX-/usr/local}"
|
N_PREFIX="${N_PREFIX-/usr/local}"
|
||||||
N_PREFIX=${N_PREFIX%/}
|
N_PREFIX=${N_PREFIX%/}
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "n",
|
"name": "n",
|
||||||
"version": "9.2.1",
|
"version": "9.2.2-0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "n",
|
"name": "n",
|
||||||
"description": "Interactively Manage All Your Node Versions",
|
"description": "Interactively Manage All Your Node Versions",
|
||||||
"version": "9.2.1",
|
"version": "9.2.2-0",
|
||||||
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
||||||
"homepage": "https://github.com/tj/n",
|
"homepage": "https://github.com/tj/n",
|
||||||
"bugs": "https://github.com/tj/n/issues",
|
"bugs": "https://github.com/tj/n/issues",
|
||||||
|
Loading…
Reference in New Issue
Block a user