Browse Source

v1.18.0

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

19
CHANGELOG.md

@ -1,3 +1,22 @@ @@ -1,3 +1,22 @@
## v1.18.0 (2019-12-23)
#### New Feature 🎉
- [#176](https://github.com/Schniz/fnm/pull/176) Specify the release to the install script ([@chrisdaley](https://github.com/chrisdaley))
#### Bugfix 🐛
- [#177](https://github.com/Schniz/fnm/pull/177) Fix "illegal instruction" errors on some CPUs ([@Schniz](https://github.com/Schniz))
#### Internal 🛠
- [#179](https://github.com/Schniz/fnm/pull/179) Bump lwt version ([@Schniz](https://github.com/Schniz))
#### Committers: 2
- Chris Daley ([@chrisdaley](https://github.com/chrisdaley))
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
## v1.17.0 (2019-11-26)
#### Bugfix 🐛

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 26 KiB

2
library/Fnm__Package.re

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

2
package.json

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

Loading…
Cancel
Save