From 6051073a6aba8e2885a9613aed39ab5cfe781425 Mon Sep 17 00:00:00 2001 From: John Gee Date: Fri, 6 Sep 2024 14:31:49 +1200 Subject: [PATCH] Post-release --- CHANGELOG.md | 2 ++ bin/n | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06447c6..096d68e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [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`. diff --git a/bin/n b/bin/n index 60ad050..67157f2 100755 --- a/bin/n +++ b/bin/n @@ -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%/} diff --git a/package-lock.json b/package-lock.json index ff07ebc..bb15caa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "n", - "version": "10.0.0", + "version": "10.0.1-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f739e5..d0f8cb0 100644 --- a/package.json +++ b/package.json @@ -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 ", "homepage": "https://github.com/tj/n", "bugs": "https://github.com/tj/n/issues",