Skip to content

Commit 10a9bee

Browse files
Merge pull request #664 from charlespierce/v0.7.2
v0.7.2
2 parents b06086d + 3604f27 commit 10a9bee

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

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 = "0.7.1"
3+
version = "0.7.2"
44
authors = ["David Herman <david.herman@gmail.com>"]
55
license = "BSD-2-Clause"
66
repository = "https://github.com/volta-cli/volta"

RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.7.2
2+
3+
- Added `npm.cmd`, `npx.cmd`, and `yarn.cmd` on Windows to support tools that look for CMD files specifically (#663)
4+
- Updated `volta setup` to also ensure that the shim symlinks are set up correctly (#662)
5+
16
# Version 0.7.1
27

38
- Added warning when attempting to `volta uninstall` a package you don't have installed (#638)

dev/rpm/volta.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: volta
2-
Version: 0.7.1
2+
Version: 0.7.2
33
Release: 1%{?dist}
44
Summary: The JavaScript Launcher ⚡
55

0 commit comments

Comments
 (0)