Browse Source

v1.15.0

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

15
CHANGELOG.md

@ -1,3 +1,18 @@ @@ -1,3 +1,18 @@
## v1.15.0 (2019-09-23)
#### Bugfix 🐛
- [#138](https://github.com/Schniz/fnm/pull/138) Do uninstallation in steps ([@Schniz](https://github.com/Schniz))
#### Documentation 📝
- [#132](https://github.com/Schniz/fnm/pull/132) Fix spelling of availability in install.sh ([@trevershick](https://github.com/trevershick))
#### Committers: 2
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- Trever Shick ([@trevershick](https://github.com/trevershick))
## v1.14.0 (2019-08-20)
#### 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.14.0";
let version = "1.15.0";

2
package.json

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

Loading…
Cancel
Save