Browse Source

v1.20.0

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

20
CHANGELOG.md

@ -1,3 +1,23 @@ @@ -1,3 +1,23 @@
## v1.20.0 (2020-03-22)
#### New Feature 🎉
- [#201](https://github.com/Schniz/fnm/pull/201) Create alias from version range (Closes [#185](https://github.com/Schniz/fnm/issues/185)) ([@tatchi](https://github.com/tatchi))
#### Bugfix 🐛
- [#199](https://github.com/Schniz/fnm/pull/199) Fix typo criterias -> criteria ([@waldyrious](https://github.com/waldyrious))
#### Documentation 📝
- [#204](https://github.com/Schniz/fnm/pull/204) Improve eval expression in `README.md` ([@loliee](https://github.com/loliee))
#### Committers: 3
- Corentin Leruth ([@tatchi](https://github.com/tatchi))
- Maxime Loliée ([@loliee](https://github.com/loliee))
- Waldir Pimenta ([@waldyrious](https://github.com/waldyrious))
## v1.19.0 (2020-03-09)
#### 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.19.0";
let version = "1.20.0";

2
package.json

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

Loading…
Cancel
Save