Skip to content

Commit

Permalink
Merge pull request #614 from charlespierce/v0.6.8
Browse files Browse the repository at this point in the history
v0.6.8
  • Loading branch information
charlespierce authored Nov 25, 2019
2 parents 2287b30 + 4dc8d02 commit 88ffe6b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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.7"
version = "0.6.8"
authors = ["David Herman <[email protected]>"]
license = "BSD-2-Clause"
repository = "https://github.com/volta-cli/volta"
Expand Down
7 changes: 6 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Version 0.6.8

- You can now use tagged versions when installing a tool with `volta install` (#604)
- `volta install <tool>` will now prefer LTS Node when pinning a version (#604)

# 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)
- New environment variable `VOLTA_BYPASS` will allow you to temporarily disable Volta shims (#603)

# Version 0.6.6

Expand Down
2 changes: 1 addition & 1 deletion dev/rpm/volta-updates.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: volta
Version: 0.6.3
Version: 0.6.8
Release: 1%{?dist}
Summary: The JavaScript Launcher ⚡

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.7
Version: 0.6.8
Release: 1%{?dist}
Summary: The JavaScript Launcher ⚡

Expand Down

0 comments on commit 88ffe6b

Please sign in to comment.