Browse Source

v1.7.0

remotes/origin/add-simple-redirecting-site v1.7.0
Gal Schlezinger 6 years ago
parent
commit
6d74eb17e5
  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 @@ @@ -1,3 +1,13 @@
## v1.7.0 (2019-03-04)
#### New Feature 🎉
- [#68](https://github.com/Schniz/fnm/pull/68) Infer shells automatically, and `use` versions based on the current working directory (optional) ([@Schniz](https://github.com/Schniz))
#### Committers: 1
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
## v1.6.2 (2019-03-04)
#### 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 @@ @@ -1 +1 @@
let version = "1.6.2";
let version = "1.7.0";

2
package.json

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

Loading…
Cancel
Save