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:
parent
5e4eaf76a4
commit
20f25d44e6
@ -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)
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user