Skip to content

Commit 9606139

Browse files
Merge pull request #947 from charlespierce/v1.0.2
v1.0.2
2 parents 3aae4cd + 9d335c4 commit 9606139

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "volta"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["David Herman <[email protected]>", "Charles Pierce <[email protected]>"]
55
license = "BSD-2-Clause"
66
repository = "https://github.com/volta-cli/volta"

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 1.0.2
2+
3+
- Fix issues where `volta list` wasn't showing the correct information in all cases (#778, #926)
4+
- Make detection of tool name case-insensitive on Windows (#941)
5+
- Fix problem with `npm link` in a scoped package under npm 7 (#945)
6+
17
# Version 1.0.1
28

39
- Create Native build for Apple Silicon machines (#915, #917)

0 commit comments

Comments
 (0)