Skip to content

Commit

Permalink
Merge pull request #971 from charlespierce/v1.0.3
Browse files Browse the repository at this point in the history
v1.0.3
  • Loading branch information
charlespierce committed Apr 14, 2021
2 parents 662671b + 7b8a714 commit 5f39583
Show file tree
Hide file tree
Showing 3 changed files with 7 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.2"
version = "1.0.3"
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
5 changes: 5 additions & 0 deletions RELEASES.md
@@ -1,3 +1,8 @@
# Version 1.0.3

- Fix pinning of `npm@bundled` when there is a custom default npm version (#957)
- Use correct binary name for scoped packages with a string `bin` entry in `package.json` (#969)

# Version 1.0.2

- Fix issues where `volta list` wasn't showing the correct information in all cases (#778, #926)
Expand Down

0 comments on commit 5f39583

Please sign in to comment.