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)