Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Sep 26, 2021
1 parent d41ef23 commit d681eab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- markdownlint-disable MD024 -->

## [Unreleased] (date goes here)
## [7.5.0] (2021-09-26)

### Added

- support for Corepack (which was added to Node.js in v16.9.0)

## [7.4.1] (2021-09-11)

Expand Down Expand Up @@ -89,7 +93,7 @@ Released off wrong branch, essentially same as 7.1.0.
### Added

- `engine` label to look for `engines.node` in `package.json` (as used by`auto`) ([#644])
-

### Fixed

- avoid colorized grep output via `GREP_OPTIONS` breaking version lookup ([#643])
Expand Down Expand Up @@ -413,6 +417,7 @@ Only minor functional changes, but technically could break scripts relying on sp
<!-- reference links for releases -->

[Unreleased]: https://github.com/tj/n/compare/master...develop
[7.5.0]: https://github.com/tj/n/compare/v7.4.1...v7.5.0
[7.4.1]: https://github.com/tj/n/compare/v7.4.0...v7.4.1
[7.4.0]: https://github.com/tj/n/compare/v7.3.1...v7.4.0
[7.3.1]: https://github.com/tj/n/compare/v7.3.0...v7.3.1
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="v7.4.2-0"
VERSION="v7.5.0"

N_PREFIX="${N_PREFIX-/usr/local}"
N_PREFIX=${N_PREFIX%/}
Expand Down

0 comments on commit d681eab

Please sign in to comment.