From 16b386ebb50450c1c17e4505cac0096aab802ec0 Mon Sep 17 00:00:00 2001 From: John Gee Date: Sat, 11 Apr 2020 14:22:12 +1200 Subject: [PATCH] Add links to CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e36d39d..e7ba117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added -- specify `auto` to read the target version from a ` .node-version` file +- specify `auto` to read the target version from a ` .node-version` file ([#616]) ## [6.4.0] (2020-03-10) @@ -272,10 +272,12 @@ Only minor functional changes, but technically could break scripts relying on sp [#606]: https://github.com/tj/n/issues/606 [#607]: https://github.com/tj/n/issues/607 [#614]: https://github.com/tj/n/issues/614 +[#616]: https://github.com/tj/n/issues/616 [Unreleased]: https://github.com/tj/n/compare/master...develop +[6.5.0]: https://github.com/tj/n/compare/v6.4.0...v6.5.0 [6.4.0]: https://github.com/tj/n/compare/v6.3.1...v6.4.0 [6.3.1]: https://github.com/tj/n/compare/v6.3.0...v6.3.1 [6.3.0]: https://github.com/tj/n/compare/v6.2.0...v6.3.0