0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00

Prepare for release

This commit is contained in:
John Gee 2022-07-16 16:09:36 +12:00
parent 4082cf6e17
commit b1f4af3dec
2 changed files with 12 additions and 2 deletions

View File

@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- markdownlint-disable MD024 -->
## [Unreleased] (date goes here)
## [9.0.0] (2022-07-16)
### Changed
- `--preserve` preserves `corepack` too ([#736])
### Added
- optional `N_PRESERVE_COREPACK` to change default behaviour for preserving `corepack` ([#736])
## [8.2.0] (2022-04-18)
@ -452,10 +460,12 @@ Only minor functional changes, but technically could break scripts relying on sp
[#707]: https://github.com/tj/n/issues/707
[#717]: https://github.com/tj/n/issues/717
[#720]: https://github.com/tj/n/issues/720
[#736]: https://github.com/tj/n/pull/736
<!-- reference links for releases -->
[Unreleased]: https://github.com/tj/n/compare/master...develop
[9.0.0]: https://github.com/tj/n/compare/v8.2.0...v9.0.0
[8.2.0]: https://github.com/tj/n/compare/v8.1.0...v8.2.0
[8.1.0]: https://github.com/tj/n/compare/v8.0.2...v8.1.0
[8.0.2]: https://github.com/tj/n/compare/v8.0.1...v8.0.2

2
bin/n
View File

@ -61,7 +61,7 @@ function n_grep() {
# Setup and state
#
VERSION="v8.2.1-0"
VERSION="v9.0.0"
N_PREFIX="${N_PREFIX-/usr/local}"
N_PREFIX=${N_PREFIX%/}