Fixes
 - fix unassigned variable (#1665, #1664)
 - Fix for $path used by zsh (#1669)
 - `set -u`: ensure `NVM_USE_OUTPUT` is always set (#1671)
 - `install.sh`: Fix a bug that block that installation of node in install.sh (#1676)
 - `nvm install-latest-npm`: fix node 4-4.6

Documentation
 - Make `nvm cache clear` message less ambiguous (#1644)
 - Added missing piece (#1658)
This commit is contained in:
Jordan Harband
2017-12-08 21:21:42 -08:00
parent b6a7a54d04
commit 65f0572bdc
4 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ nvm_install_dir() {
}
nvm_latest_version() {
echo "v0.33.6"
echo "v0.33.7"
}
nvm_profile_is_bash_or_zsh() {