Browse Source

v1.7.2

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

12
CHANGELOG.md

@ -1,3 +1,13 @@
## v1.7.2 (2019-03-06)
#### Bugfix 🐛
- [#79](https://github.com/Schniz/fnm/pull/79) Guard from more non-existent directories errors ([@Schniz](https://github.com/Schniz))
#### Committers: 1
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
## v1.7.1 (2019-03-05) ## v1.7.1 (2019-03-05)
#### Bugfix 🐛 #### Bugfix 🐛
@ -64,8 +74,8 @@
#### Committers: 2 #### Committers: 2
- Corentin Leruth ([@tatchi](https://github.com/tatchi))
- Gal Schlezinger ([@Schniz](https://github.com/Schniz)) - Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- [@tatchi](https://github.com/tatchi)
## v1.5.1 (2019-02-22) ## v1.5.1 (2019-02-22)

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

2
library/Fnm__Package.re

@ -1 +1 @@
let version = "1.7.1"; let version = "1.7.2";

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "fnm", "name": "fnm",
"version": "1.7.1", "version": "1.7.2",
"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