Skip to content

Commit

Permalink
Merge pull request #947 from charlespierce/v1.0.2
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
charlespierce authored Feb 23, 2021
2 parents 3aae4cd + 9d335c4 commit 9606139
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "volta"
version = "1.0.1"
version = "1.0.2"
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
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 9606139

Please sign in to comment.