From da51287cc44d9d73082e24e99bf2b6171c2560e2 Mon Sep 17 00:00:00 2001 From: John Gee Date: Fri, 18 Mar 2022 18:19:38 +1300 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 e6b13c3..6a620fb 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) + ## [8.1.0] (2022-03-18) ### Added diff --git a/bin/n b/bin/n index 72c00e2..5817baf 100755 --- a/bin/n +++ b/bin/n @@ -61,7 +61,7 @@ function n_grep() { # Setup and state # -VERSION="v8.1.0" +VERSION="v8.1.1-0" N_PREFIX="${N_PREFIX-/usr/local}" N_PREFIX=${N_PREFIX%/} diff --git a/package-lock.json b/package-lock.json index 060c549..8d72279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "n", - "version": "8.1.0", + "version": "8.1.1-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3abe86d..8d84f22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "n", "description": "Interactively Manage All Your Node Versions", - "version": "8.1.0", + "version": "8.1.1-0", "author": "TJ Holowaychuk ", "homepage": "https://github.com/tj/n", "bugs": "https://github.com/tj/n/issues",