Skip to content

Commit 6e2f7f2

Browse files
committed
Release v1.0.6
1 parent b6b56ab commit 6e2f7f2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# Changelog
1+
2+
## 1.0.6 (2015-05-18)
3+
4+
[FIXED] compatibility issue with node 0.12 (issue #12)
5+
6+
Optimisation: Use Date.now() instead of (new Date).getTime()
7+
8+
Run tests with Travis-CI
29

310
## 1.0.5 (2015-05-12)
411

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pusher",
33
"description": "Node.js client to interact with the Pusher REST API",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"author": "Pusher <[email protected]>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)