Browse Source

v1.17.0

remotes/origin/add-simple-redirecting-site v1.17.0
Gal Schlezinger 5 years ago
parent
commit
c4687b404c
  1. 14
      CHANGELOG.md
  2. 2
      docs/fnm.svg
  3. 2
      library/Fnm__Package.re
  4. 7
      package.json

14
CHANGELOG.md

@ -1,3 +1,17 @@ @@ -1,3 +1,17 @@
## v1.17.0 (2019-11-26)
#### Bugfix 🐛
- [#169](https://github.com/Schniz/fnm/pull/169) Support spaces in directory name in Bash ([@Schniz](https://github.com/Schniz))
#### Internal 🛠
- [#172](https://github.com/Schniz/fnm/pull/172) Revert into using `ocaml-tls` instead of `ocaml-ssl` ([@Schniz](https://github.com/Schniz))
#### Committers: 1
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
## v1.16.0 (2019-10-27)
#### 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: 27 KiB

2
library/Fnm__Package.re

@ -1 +1 @@ @@ -1 +1 @@
let version = "1.16.0";
let version = "1.17.0";

7
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "fnm",
"version": "1.16.0",
"version": "1.17.0",
"description": "Fast and simple Node.js version manager, built in ReasonML",
"esy": {
"build": "pesy",
@ -65,7 +65,10 @@ @@ -65,7 +65,10 @@
"pastel.lib",
"fnm.lib"
],
"flags": ["-ccopt", "-lgmp"],
"flags": [
"-ccopt",
"-lgmp"
],
"main": "FnmApp",
"name": "fnm.exe"
}

Loading…
Cancel
Save