Skip to content

Commit

Permalink
Merge pull request #1429 from charlespierce/v1.1.1
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
charlespierce authored Jan 24, 2023
2 parents dc6f5b5 + 35505a2 commit 2ce6db0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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 = "1.1.0"
version = "1.1.1"
authors = ["David Herman <[email protected]>", "Charles Pierce <[email protected]>"]
license = "BSD-2-Clause"
repository = "https://github.com/volta-cli/volta"
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 1.1.1

- Experimental support for pnpm (requires `VOLTA_FEATURE_PNPM` environment variable) (#1273)
- Fix to correctly import native root certificates (#1375)
- Better detection of executables provided by `yarn` (#1388, #1393)

# Version 1.1.0

- Added support for pinning / installing Yarn 3+ (#1305)
Expand Down

0 comments on commit 2ce6db0

Please sign in to comment.