Skip to content

Commit c66dc02

Browse files
committed
Update CHANGELOG for 10.1.0
1 parent 058fd9a commit c66dc02

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased] (date goes here)
1111

12-
## [10.1.0] (2024-10-20)
12+
## [10.1.0] (2024-11-09)
1313

1414
### Added
1515

16-
- `--cleanup` removes cached version after install ([#818])
16+
- `--cleanup` option to delete cached version after install for a one-shot install ([#818])
17+
- `download` command to download Node.js version into cache ([#821])
1718
- document using `--download` with run/exec/which in README
19+
- support trailing comments in `.nvmrc` file ([#820])
20+
- mask password in download URL when displayed ([#815])
1821

1922
### Changed
2023

@@ -528,8 +531,11 @@ Only minor functional changes, but technically could break scripts relying on sp
528531
[#785]: https://github.com/tj/n/pull/785
529532
[#810]: https://github.com/tj/n/pull/810
530533
[#813]: https://github.com/tj/n/pull/813
534+
[#815]: https://github.com/tj/n/pull/815
531535
[#817]: https://github.com/tj/n/pull/817
532536
[#818]: https://github.com/tj/n/pull/818
537+
[#820]: https://github.com/tj/n/pull/820
538+
[#821]: https://github.com/tj/n/pull/821
533539

534540
<!-- reference links for releases -->
535541

0 commit comments

Comments
 (0)