Releases: volta-cli/volta
Releases · volta-cli/volta
v0.6.1
v0.6.0
- You can now
volta install
tools from private registries (e.g. npm Enterprise) with a user-level.npmrc
file. - Installing npm packages with
volta install
now requires that a default Node is available (throughvolta install node[@version]
)
v0.5.7
- You should no longer see permissions errors when downloading a tool is interrupted.
v0.5.6
v0.5.5
- You can now use relative paths in
Bin
hooks, they will be resolved relative to thehooks.json
file in which they are specified (#468) - You can access diagnostic messages about Volta-managed tools, using
VOLTA_LOGLEVEL=debug
environment variable (#466) - When installing multiple packages with
volta install
, the order they are installed will now match the order they were requested (#479)
v0.5.4
Merge pull request #467 from charlespierce/v0.5.4 v0.5.4
v0.5.3
Merge pull request #458 from charlespierce/v0.5.3 v0.5.3
v0.5.2
Merge pull request #447 from charlespierce/v0.5.2 v0.5.2
v0.5.1
Merge pull request #441 from charlespierce/v0.5.1 v0.5.1
v0.5.0
Hello Volta!