From 2ec304504600f5e82c34db24c48ae3f79f15de9e Mon Sep 17 00:00:00 2001 From: Gal Schlezinger Date: Sun, 27 Oct 2019 10:23:58 +0200 Subject: [PATCH] v1.16.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ docs/fnm.svg | 2 +- library/Fnm__Package.re | 2 +- package.json | 2 +- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f6ccc..f32d312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## v1.16.0 (2019-10-27) + +#### New Feature 🎉 + +- [#146](https://github.com/Schniz/fnm/pull/146) Add support for `lts/*` ([@Schniz](https://github.com/Schniz)) + +#### Bugfix 🐛 + +- [#150](https://github.com/Schniz/fnm/pull/150) Add missing log level to `env` output for Fish shell ([@thomsj](https://github.com/thomsj)) + +#### Internal 🛠 + +- [#154](https://github.com/Schniz/fnm/pull/154) Run all feature tests ([@Schniz](https://github.com/Schniz)) +- [#148](https://github.com/Schniz/fnm/pull/148) Make `env` smoke test pass when run with fish ([@thomsj](https://github.com/thomsj)) +- [#153](https://github.com/Schniz/fnm/pull/153) Add missing `exit 1`s to `partial_semver` tests ([@thomsj](https://github.com/thomsj)) +- [#151](https://github.com/Schniz/fnm/pull/151) Add a CI check for code formatting ([@Schniz](https://github.com/Schniz)) +- [#149](https://github.com/Schniz/fnm/pull/149) Update to v6.17.1 in `partial_semver` feature test ([@thomsj](https://github.com/thomsj)) +- [#143](https://github.com/Schniz/fnm/pull/143) Try to install new deps ([@Schniz](https://github.com/Schniz)) +- [#142](https://github.com/Schniz/fnm/pull/142) Drop buildsInSource ([@Schniz](https://github.com/Schniz)) + +#### Documentation 📝 + +- [#157](https://github.com/Schniz/fnm/pull/157) Rename `--base-dir` to `--fnm-dir` in README ([@thomsj](https://github.com/thomsj)) +- [#158](https://github.com/Schniz/fnm/pull/158) Uncapitalise "Node" in `--multi` description ([@thomsj](https://github.com/thomsj)) + +#### Committers: 2 + +- Gal Schlezinger ([@Schniz](https://github.com/Schniz)) +- [@thomsj](https://github.com/thomsj) + ## v1.15.0 (2019-09-23) #### Bugfix 🐛 diff --git a/docs/fnm.svg b/docs/fnm.svg index 8b79e6d..fbe28d4 100644 --- a/docs/fnm.svg +++ b/docs/fnm.svg @@ -1 +1 @@ -cat.nvmrceval`fnmeval`fnmenv`ffnfnmfnm--version1.15.0cateval10.9.0fnminstallVersionv10.9.0wassuccessfullydownloadedfnmuseUsingv10.9.0nodenode-vv10.9.0eevevaeval`eval`feval`fneval`fnmeeval`fnmeneval`fnmenvfnm-fnm--fnm--vfnm--vefnm--verfnm--versfnm--versifnm--versioccacat.cat.ncat.nvcat.nvmcat.nvmrfnmifnminfnminsfnminstfnminstafnmusnnonodnode- \ No newline at end of file +10.9.0eval`fnmenv`ffnfnmfnm--version1.16.0catcat.nvmrceval`fnmfnminstallVersionv10.9.0wassuccessfullydownloadedfnmuseUsingv10.9.0nodenode-vv10.9.0eevevaevaleval`eval`feval`fneval`fnmeneval`fnmenvfnm--fnm--vfnm--vefnm--verfnm--versfnm--versioccacat.cat.ncat.nvcat.nvmcat.nvmrfnmifnminfnminsfnminstfnminstafnminstalfnmufnmusnnonodnode- \ No newline at end of file diff --git a/library/Fnm__Package.re b/library/Fnm__Package.re index 5093829..3505cde 100644 --- a/library/Fnm__Package.re +++ b/library/Fnm__Package.re @@ -1 +1 @@ -let version = "1.15.0"; +let version = "1.16.0"; diff --git a/package.json b/package.json index 3024016..b09a55d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fnm", - "version": "1.15.0", + "version": "1.16.0", "description": "Fast and simple Node.js version manager, built in ReasonML", "esy": { "build": "pesy",