Skip to content

Commit

Permalink
Merge pull request #1021 from charlespierce/v1.0.5
Browse files Browse the repository at this point in the history
v1.0.5
  • Loading branch information
charlespierce committed Sep 7, 2021
2 parents 98dfa2c + 3c2bd07 commit b8ae859
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "volta"
version = "1.0.4"
version = "1.0.5"
authors = ["David Herman <david.herman@gmail.com>", "Charles Pierce <cpierce.grad@gmail.com>"]
license = "BSD-2-Clause"
repository = "https://github.com/volta-cli/volta"
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
@@ -1,3 +1,9 @@
# Version 1.0.5

- Added error when attempting to install Node using `nvm` syntax (#1020)
- Avoid modifying shell config if the environment is already correct (#990)
- Prevent trying to read OS-generated files as package configs (#981)

# Version 1.0.4

- Fetch native Apple silicon versions of Node when available (#974)
Expand Down

0 comments on commit b8ae859

Please sign in to comment.