Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Feb 26, 2019
1 parent 041971d commit 5d9b07e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## v1.6.1 (2019-02-26)

#### Bugfix 馃悰

- [#69](https://github.com/Schniz/fnm/pull/69) Fix version inference by throwing on http 404 again ([@Schniz](https://github.com/Schniz))

#### Committers: 1

- Gal Schlezinger ([@Schniz](https://github.com/Schniz))

## v1.6.0 (2019-02-25)

#### New Feature 馃帀
Expand Down
2 changes: 1 addition & 1 deletion docs/fnm.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion library/Fnm__Package.re
@@ -1 +1 @@
let version = "1.6.0";
let version = "1.6.1";
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fnm",
"version": "1.6.0",
"version": "1.6.1",
"description": "Fast and simple Node.js version manager, built in ReasonML",
"esy": {
"build": "pesy",
Expand Down

0 comments on commit 5d9b07e

Please sign in to comment.