Skip to content

Commit

Permalink
Merge pull request #664 from charlespierce/v0.7.2
Browse files Browse the repository at this point in the history
v0.7.2
  • Loading branch information
charlespierce authored Feb 13, 2020
2 parents b06086d + 3604f27 commit 10a9bee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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 = "0.7.1"
version = "0.7.2"
authors = ["David Herman <[email protected]>"]
license = "BSD-2-Clause"
repository = "https://github.com/volta-cli/volta"
Expand Down
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.7.2

- Added `npm.cmd`, `npx.cmd`, and `yarn.cmd` on Windows to support tools that look for CMD files specifically (#663)
- Updated `volta setup` to also ensure that the shim symlinks are set up correctly (#662)

# Version 0.7.1

- Added warning when attempting to `volta uninstall` a package you don't have installed (#638)
Expand Down
2 changes: 1 addition & 1 deletion dev/rpm/volta.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: volta
Version: 0.7.1
Version: 0.7.2
Release: 1%{?dist}
Summary: The JavaScript Launcher ⚡

Expand Down

0 comments on commit 10a9bee

Please sign in to comment.