Skip to content

Commit c6211d0

Browse files
committed
Release 1.3.5
1 parent ccf5bdf commit c6211d0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2+
1.3.5 / 2017-01-27
3+
==================
4+
5+
* [[`a1b8216fe7`](https://github.com/TooTallNate/ref/commit/a1b8216fe7)] - fix `util.inspect()` overriding on Node v7 (Nathan Rajlich)
6+
* [[`0e26fcf81e`](https://github.com/TooTallNate/ref/commit/0e26fcf81e)] - **appveyor**: drop node v2 and v3 (Nathan Rajlich)
7+
* [[`9e9078a4e1`](https://github.com/TooTallNate/ref/commit/9e9078a4e1)] - **travis**: drop node v1 and v2 (Nathan Rajlich)
8+
* [[`615016ac1a`](https://github.com/TooTallNate/ref/commit/615016ac1a)] - **test**: fix `util.inspect()` test (Nathan Rajlich)
9+
* [[`e1fe604c05`](https://github.com/TooTallNate/ref/commit/e1fe604c05)] - **test**: fix tests after V8 6.0 GC changes (Michaël Zasso, #85)
10+
111
1.3.4 / 2017-01-27
212
==================
313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"byte",
1818
"64"
1919
],
20-
"version": "1.3.4",
20+
"version": "1.3.5",
2121
"license": "MIT",
2222
"author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)",
2323
"repository": {

0 commit comments

Comments
 (0)