v1.7.1

Schniz/fnmv1.7.1Mar 5, 2019by Schniz

AI Summary

This update fixes a syntax error in the shell script and confirms that the `use-on-cd` feature now works reliably with `.node-version` files on Zsh.

Key Highlights

  • Fixed 'command not found: elsif' error
  • use-on-cd now works with .node-version files on Zsh
  • Added tests for Zsh functionality

Full Release Notes

## Highlight 🔦 

`use-on-cd` now works with `.node-version` files on Zsh, thanks to a bug that was fixed by @johnletey and reported by @MoOx. Thanks friends! This path is now fully tested

## Changelog 📝 

#### Bugfix 🐛

- [#77](https://github.com/Schniz/fnm/pull/77) Fix "command not found: elsif" error ([@johnletey](https://github.com/johnletey))

#### Internal 🛠

- [#78](https://github.com/Schniz/fnm/pull/78) Add a test to `use-on-cd` when `.node-version` is found ([@Schniz](https://github.com/Schniz))

#### Committers: 2

- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- John Letey ([@johnletey](https://github.com/johnletey))