Release 13.0.0
Breaking changes
- Commas should now be used to separate multiple Node versions. For example
nve 8 10 12 node --versionshould now benve 8,10,12 node --version. - Rename the alias
heretolocal
Features
- Add the alias
globalto target the global Node version, regardless of the current directory