Browse Source

v1.14.0

remotes/origin/add-simple-redirecting-site v1.14.0
Gal Schlezinger 6 years ago
parent
commit
df89b77d95
  1. 18
      CHANGELOG.md
  2. 2
      docs/fnm.svg
  3. 2
      library/Fnm__Package.re
  4. 2
      package.json

18
CHANGELOG.md

@ -1,3 +1,21 @@ @@ -1,3 +1,21 @@
## v1.14.0 (2019-08-20)
#### New Feature 🎉
- [#134](https://github.com/Schniz/fnm/pull/134) Alias -v to --version ([@Schniz](https://github.com/Schniz))
#### Bugfix 🐛
- [#131](https://github.com/Schniz/fnm/pull/131) Deprecates MacOS installation using the script in favor of Homebrew ([@Schniz](https://github.com/Schniz))
#### Internal 🛠
- [#133](https://github.com/Schniz/fnm/pull/133) Fix Windows build once again! ([@Schniz](https://github.com/Schniz))
#### Committers: 1
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
## v1.13.0 (2019-07-15)
#### New Feature 🎉

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

2
library/Fnm__Package.re

@ -1 +1 @@ @@ -1 +1 @@
let version = "1.13.0";
let version = "1.14.0";

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "fnm",
"version": "1.13.0",
"version": "1.14.0",
"description": "Fast and simple Node.js version manager, built in ReasonML",
"esy": {
"build": "pesy",

Loading…
Cancel
Save