File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Nodeenv changelog
2
2
=================
3
3
4
+ Version 0.9.5
5
+ -------------
6
+ - Fixed a few spelling typos in README. See `# 74`_
7
+ - Fixed example of using --update option in README. See `# 74`_
8
+ - Improved args passing into shim script. See `# 75`_
9
+ - Try to find ``nodejs`` if used system-wide node as well. See `# 76`_
10
+ - Added ``assert`` if used system-wide node and it wasnt found. See `# 76`_
11
+
12
+ .. _# 74: https://github.com/ekalinin/nodeenv/issues/74
13
+ .. _# 75: https://github.com/ekalinin/nodeenv/pull/75
14
+ .. _# 75: https://github.com/ekalinin/nodeenv/pull/76
15
+
4
16
Version 0.9.4
5
17
-------------
6
18
- Fixed support for python2.6. See `# 70`_
Original file line number Diff line number Diff line change 10
10
:license: BSD, see LICENSE for more details.
11
11
"""
12
12
13
- nodeenv_version = '0.9.4 '
13
+ nodeenv_version = '0.9.5 '
14
14
15
15
import sys
16
16
import os
You can’t perform that action at this time.
0 commit comments