Skip to content

Commit 1aab8ce

Browse files
committedSep 8, 2015
Release 4.2.1
1 parent ff1e858 commit 1aab8ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ $ npm install node-etcd@3.0.2
2222

2323
## Changes
2424

25+
- 4.2.1
26+
- Newer deasync fixes issues with iojs 3.3.0 and nodejs 4.0.0.
2527
- 4.1.0
2628
- Bumps [request](https://github.com/request/request) library version to
2729
v2.60.0, this solves an issue with HTTP proxies. `HTTP_PROXY` and `NO_PROXY`

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-etcd",
3-
"version": "4.1.0",
3+
"version": "4.2.1",
44
"description": "etcd library for node.js (etcd v2 api)",
55
"licenses": [
66
{

0 commit comments

Comments
 (0)
Please sign in to comment.