Skip to content

Commit

Permalink
v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Dec 16, 2016
1 parent 4f7164b commit e4c1326
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Nodist was designed to replace any existing node.js installation, so *if node is

### with the installer

1. Download the installer [here](https://github.com/marcelklehr/nodist/releases/download/v0.8.7/NodistSetup-v0.8.7.exe)
1. Download the installer [here](https://github.com/marcelklehr/nodist/releases/download/v0.8.8/NodistSetup-v0.8.7.exe)
2. Run the installer and follow the install wizard

### via chocolatey
Expand Down Expand Up @@ -210,6 +210,11 @@ As the global node version will be subject to change, `nodist` comes with its ow
## Got ideas? Doesn't work for you? Want to give feedback?
[File an issue](https://github.com/marcelklehr/nodist/issues) and tell me what you'd change or add or what doesn't work for you. Every issue is welcome!

## Malware warnings
Nodist is not a virus. Nonetheless, some malware detection tools report the Nodist installer
as a virus. If this happens, please contact the vendor of your malware detection tool and report
the Nodist installer as a false positive.

## Debugging
To see all debug messages, set the DEBUG env var before running nodist or node as follows:

Expand Down Expand Up @@ -255,6 +260,11 @@ MIT License

## Changelog

v0.8.8

* Fix input validation for setting global version requirement
* Fix npm prefix not being set correctly

v0.8.7

* Update dependency: request (had a vulnerability)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodist",
"version": "0.8.7",
"version": "0.8.8",
"description": "Natural node version manager for windows",
"keywords": [
"node",
Expand Down

0 comments on commit e4c1326

Please sign in to comment.