Browse Source

v1.10.0

remotes/origin/add-simple-redirecting-site v1.10.0
Gal Schlezinger 6 years ago
parent
commit
4b2a6c914a
  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 @@
## v1.10.0 (2019-05-01)
#### New Feature 🎉
- [#93](https://github.com/Schniz/fnm/pull/93) Add support for log level (Closes [#33](https://github.com/Schniz/fnm/issues/33)) ([@ohana54](https://github.com/ohana54))
#### Documentation 📝
- [#95](https://github.com/Schniz/fnm/pull/95) Shorten installation script url ([@vladimyr](https://github.com/vladimyr))
#### Committers: 2
- Dario Vladović ([@vladimyr](https://github.com/vladimyr))
- Tomer Ohana ([@ohana54](https://github.com/ohana54))
## v1.9.1 (2019-04-14) ## v1.9.1 (2019-04-14)
#### Bugfix 🐛 #### Bugfix 🐛

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 32 KiB

2
library/Fnm__Package.re

@ -1 +1 @@
let version = "1.9.1"; let version = "1.10.0";

2
package.json

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