Skip to content

Commit d523e32

Browse files
Merge pull request #904 from charlespierce/v1.0.0
v1.0.0
2 parents d409d83 + 294c7fc commit d523e32

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "volta"
3-
version = "0.9.99"
4-
authors = ["David Herman <[email protected]>"]
3+
version = "1.0.0"
4+
authors = ["David Herman <[email protected]>", "Charles Pierce <[email protected]>"]
55
license = "BSD-2-Clause"
66
repository = "https://github.com/volta-cli/volta"
77
edition = "2018"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
Start your engines.
8+
The Hassle-Free JavaScript Tool Manager
99
</p>
1010

1111
<p align="center">

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 1.0.0
2+
3+
- Support for `npm link` (#888, #889, #891)
4+
- Support for `npm update -g` and `yarn global upgrade` (#895)
5+
- Improvements in the handling of `npm` and `yarn` commands (#886, #887)
6+
17
# Version 0.9.3
28

39
- Various fixes to event plugin logic (#892, #894, #897)

0 commit comments

Comments
 (0)