diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc1a1d2d..73bbf679a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## v1.19.0 (2020-03-09) + +#### New Feature 🎉 + +- [#194](https://github.com/Schniz/fnm/pull/194) Add `fnm exec` to run commands with the fnm environment ([@Schniz](https://github.com/Schniz)) +- [#191](https://github.com/Schniz/fnm/pull/191) uninstall allow prefix (Closes [#121](https://github.com/Schniz/fnm/issues/121)) ([@tatchi](https://github.com/tatchi)) +- [#190](https://github.com/Schniz/fnm/pull/190) Add majorVersion option to ls-remote ([@tatchi](https://github.com/tatchi)) + +#### Bugfix 🐛 + +- [#200](https://github.com/Schniz/fnm/pull/200) Do not repeat installation prompt for unrecognized versions ([@tatchi](https://github.com/tatchi)) +- [#197](https://github.com/Schniz/fnm/pull/197) Fix capitalization of message in Use.re ([@waldyrious](https://github.com/waldyrious)) + +#### Internal 🛠 + +- [#202](https://github.com/Schniz/fnm/pull/202) Update rely ([@tatchi](https://github.com/tatchi)) +- [#192](https://github.com/Schniz/fnm/pull/192) Bump ocaml to 4.08 ([@tatchi](https://github.com/tatchi)) + +#### Committers: 3 + +- Corentin Leruth ([@tatchi](https://github.com/tatchi)) +- Gal Schlezinger ([@Schniz](https://github.com/Schniz)) +- Waldir Pimenta ([@waldyrious](https://github.com/waldyrious)) + ## v1.18.1 (2019-12-30) #### Bugfix 🐛 diff --git a/docs/fnm.svg b/docs/fnm.svg index 2845e2b06..3e72c9d10 100644 --- a/docs/fnm.svg +++ b/docs/fnm.svg @@ -1 +1 @@ -evaleval`fnmeval`fnmenv`ffnfnmfnm--version1.18.1catcat.nvmrc10.9.0fnminstallVersionv10.9.0wassuccessfullydownloadedfnmuseUsingv10.9.0nodenode-vv10.9.0eevevaeval`eval`feval`fneval`fnmeeval`fnmeneval`fnmenvfnm-fnm--fnm--vfnm--vefnm--verfnm--versifnm--versioccacat.cat.ncat.nvcat.nvmcat.nvmrfnmifnminfnminsfnminstfnminstafnmufnmusnnonodnode- \ No newline at end of file +evaleval`fnmeval`fnmenv`ffnfnmfnm--version1.19.0catcat.nvmrc10.9.0fnminstallVersionv10.9.0wassuccessfullydownloadedfnmuseUsingv10.9.0node-vv10.9.0eevevaeval`eval`feval`fneval`fnmeeval`fnmeneval`fnmenvfnm-fnm--fnm--vfnm--vefnm--verfnm--versfnm--versifnm--versioccacat.cat.ncat.nvcat.nvmcat.nvmrfnminfnminsfnminstfnminstafnminstalfnmufnmusnnonodnodenode- \ No newline at end of file diff --git a/library/Fnm__Package.re b/library/Fnm__Package.re index 7ee30c1d9..5bd39116e 100644 --- a/library/Fnm__Package.re +++ b/library/Fnm__Package.re @@ -1 +1 @@ -let version = "1.18.1"; +let version = "1.19.0"; diff --git a/package.json b/package.json index aeb35d47d..90cccccb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fnm", - "version": "1.18.1", + "version": "1.19.0", "description": "Fast and simple Node.js version manager, built in ReasonML", "esy": { "build": "pesy",