Skip to content

v0.31.0

Compare
Choose a tag to compare
@ljharb ljharb released this 15 Feb 17:21
· 1003 commits to master since this release

New Stuff

  • install: After installing, ensure that a default is set.
  • install: added optional sha256 support (#981)

Fixes

  • nvm-exec: properly exit when failing; improve error messages, suppress nvm use --help output (#997)
  • internal nvm_format_version should only return 3 version groups
  • Use env bash instead of /bin/bash in a few places (#1004)
  • Do not modify args of sourcing script when parsing --install/--no-use arg (#1011, #976)

Docs

  • Document how to reload nvm after upgrading (#1007)