Skip to content

v0.33.1

Compare
Choose a tag to compare
@ljharb ljharb released this 21 Feb 02:30
· 664 commits to master since this release
6669e91

v0.33.1

Fixes

  • Enable working without tput available (#1403)
  • nvm unload: run nvm deactivate before unsetting everything (#1399)
  • unset NVM_RC_VERSION env var immediately after it’s no longer needed (#1399)
  • install.sh: only un-interpolate $HOME for the profile source string (#1384)
  • set -e: nvm install lts/something: call nvm_ensure_default_set with the proper value (#1394)

Install script

  • Use $HOME variable in NVM_DIR (#1381)

nvm debug

  • include mirrors in nvm debug output

Docs

  • [Fix] zsh autochange: only nvm install if we can’t nvm use (#1357, #1378)
  • Add CII best practices badge (#1397)