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 2024-09-06 14:31:49 +12:00
parent ca23bc2b2d
commit 6051073a6a
4 changed files with 5 additions and 3 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- markdownlint-disable MD024 -->
## [Unreleased] (date goes here)
## [10.0.0] (2024-09-06)
The major version bump is due to using `jq` in preference to `node` for reading `package.json`.

2
bin/n
View File

@ -61,7 +61,7 @@ function n_grep() {
# Setup and state
#
VERSION="v10.0.0"
VERSION="v10.0.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": "10.0.0",
"version": "10.0.1-0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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