diff --git a/Cargo.lock b/Cargo.lock index d51e4d680..ec642efe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2040,7 +2040,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "volta" -version = "1.0.3" +version = "1.0.4" dependencies = [ "atty", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 6e1495139..c18b7f72e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "1.0.3" +version = "1.0.4" 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 ec979789e..c1bcf2164 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +# Version 1.0.4 + +- Fetch native Apple silicon versions of Node when available (#974) + # Version 1.0.3 - Fix pinning of `npm@bundled` when there is a custom default npm version (#957)