From 9d335c403cef73b539b65ffcb3aa4deada1d4b26 Mon Sep 17 00:00:00 2001 From: Chuck Pierce Date: Mon, 22 Feb 2021 17:18:30 -0800 Subject: [PATCH] v1.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASES.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a5380ad8..0c3350454 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2040,7 +2040,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "volta" -version = "1.0.1" +version = "1.0.2" dependencies = [ "atty", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 920732b77..1c3bf8249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "1.0.1" +version = "1.0.2" authors = ["David Herman ", "Charles Pierce "] license = "BSD-2-Clause" repository = "https://github.com/volta-cli/volta" diff --git a/RELEASES.md b/RELEASES.md index 1cb25e439..18acf0cac 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +# Version 1.0.2 + +- Fix issues where `volta list` wasn't showing the correct information in all cases (#778, #926) +- Make detection of tool name case-insensitive on Windows (#941) +- Fix problem with `npm link` in a scoped package under npm 7 (#945) + # Version 1.0.1 - Create Native build for Apple Silicon machines (#915, #917)