From 859efc6a14a5f2446107af808a68f7cfeba1ac67 Mon Sep 17 00:00:00 2001 From: John Gee Date: Sun, 20 Oct 2024 11:11:52 +1300 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 14 ++++++++++++++ bin/n | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 096d68e..87d1f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (date goes here) +## [10.1.0] (2024-10-20) + +### Added + +- `--cleanup` removes cached version after install ([#818]) +- mention of `--download` in README + +### Changed + +- removed stale code ([#817]) + ## [10.0.0] (2024-09-06) The major version bump is due to using `jq` in preference to `node` for reading `package.json`. @@ -517,10 +528,13 @@ Only minor functional changes, but technically could break scripts relying on sp [#785]: https://github.com/tj/n/pull/785 [#810]: https://github.com/tj/n/pull/810 [#813]: https://github.com/tj/n/pull/813 +[#817]: https://github.com/tj/n/pull/817 +[#818]: https://github.com/tj/n/pull/818 [Unreleased]: https://github.com/tj/n/compare/master...develop +[10.1.0]: https://github.com/tj/n/compare/v10.0.0...v10.1.0 [10.0.0]: https://github.com/tj/n/compare/v9.2.3...v10.0.0 [9.2.3]: https://github.com/tj/n/compare/v9.2.2...v9.2.3 [9.2.2]: https://github.com/tj/n/compare/v9.2.1...v9.2.2 diff --git a/bin/n b/bin/n index 44daebf..d5e9643 100755 --- a/bin/n +++ b/bin/n @@ -61,7 +61,7 @@ function n_grep() { # Setup and state # -VERSION="v10.0.1-0" +VERSION="v10.1.0" N_PREFIX="${N_PREFIX-/usr/local}" N_PREFIX=${N_PREFIX%/}