Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Jul 16, 2022
1 parent 4082cf6 commit b1f4af3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/n
Original file line number Diff line number Diff line change
Expand Up @@ -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%/}
Expand Down

0 comments on commit b1f4af3

Please sign in to comment.