Browse Source

v1.18.1

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

10
CHANGELOG.md

@ -1,3 +1,13 @@
## v1.18.1 (2019-12-30)
#### Bugfix 🐛
- [#182](https://github.com/Schniz/fnm/pull/182) Closes [#181](https://github.com/Schniz/fnm/issues/181) by dropping `exit(1)` ([@Schniz](https://github.com/Schniz))
#### Committers: 1
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
## v1.18.0 (2019-12-23) ## v1.18.0 (2019-12-23)
#### New Feature 🎉 #### 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 @@
let version = "1.18.0"; let version = "1.18.1";

2
package.json

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

Loading…
Cancel
Save