Skip to content

Commit

Permalink
v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespierce committed Nov 18, 2019
1 parent 7a15535 commit 05d2b21
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.6.6"
version = "0.6.7"
authors = ["David Herman <david.herman@gmail.com>"]
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.6.7

- `volta pin` will no longer remove a closing newline from `package.json` (#603)
- New environment variable `VOLTA_BYPASS` will allow you to temporarily disable Volta shims (#600)

# Version 0.6.6

- Node and Yarn can now both be pinned in the same command `volta pin node yarn` (#593)
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.6.6
Version: 0.6.7
Release: 1%{?dist}
Summary: The JavaScript Launcher ⚡

Expand Down

0 comments on commit 05d2b21

Please sign in to comment.