0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 11:37:26 +01:00

Release 1.2.0

This commit is contained in:
TJ Holowaychuk 2014-01-30 09:24:16 -08:00
parent 5e4eaf76a4
commit 20f25d44e6
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
1.1.0 / 2013-07-10
1.2.0 / 2014-01-30
==================
* fix: #! to use bash
* fix: handle `Permission denied` for `mkdir`
1.1.0 / 2013-07-10
==================
* add: resolve version with one dot (`n 0.8` etc)

View File

@ -1,6 +1,6 @@
{ "name": "n"
, "description": "node version manager"
, "version": "1.1.0"
, "version": "1.2.0"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "homepage": "https://github.com/visionmedia/n"
, "bugs": "https://github.com/visionmedia/n/issues"