From 89e645b5ba8cf991b681514d69fac0a383f957e1 Mon Sep 17 00:00:00 2001 From: Chuck Pierce Date: Thu, 22 Oct 2020 10:33:44 -0700 Subject: [PATCH] v0.9.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASES.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e283d083b..63637bb7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2040,7 +2040,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "volta" -version = "0.9.0" +version = "0.9.1" dependencies = [ "atty", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 5fdff9742..30fc59b49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "0.9.0" +version = "0.9.1" authors = ["David Herman "] license = "BSD-2-Clause" repository = "https://github.com/volta-cli/volta" diff --git a/RELEASES.md b/RELEASES.md index 3652ee9d6..1b752a8a6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +# Version 0.9.1 + +- Fix an issue with installing globals using npm 7 (#858) + # Version 0.9.0 - Support Proxies through environment variables (#809, #851)