v1.4.0

Schniz/fnmv1.4.0Feb 18, 2019by Schniz

AI Summary

This release adds support for `.node-version` files and improves error handling by ensuring the `use` command returns a non-zero exit code on failure.

Key Highlights

  • Added `.node-version` file support
  • `fnm use` now exits with code 1 on errors
  • Fixed development setup guide documentation

New Features

  • .node-version file support
  • Better error handling in `fnm use`

Full Release Notes

# New features 🎉 

* `.node-version` file support (#42, by @Dean177)
* `fnm use` exits with exit code 1 on errors now (#45, by @Schniz)

# Docs

* Fix development setup guide (#44, by @AdamGS)