We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1e858 commit 1aab8ceCopy full SHA for 1aab8ce
README.md
@@ -22,6 +22,8 @@ $ npm install node-etcd@3.0.2
22
23
## Changes
24
25
+- 4.2.1
26
+ - Newer deasync fixes issues with iojs 3.3.0 and nodejs 4.0.0.
27
- 4.1.0
28
- Bumps [request](https://github.com/request/request) library version to
29
v2.60.0, this solves an issue with HTTP proxies. `HTTP_PROXY` and `NO_PROXY`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-etcd",
3
- "version": "4.1.0",
+ "version": "4.2.1",
4
"description": "etcd library for node.js (etcd v2 api)",
5
"licenses": [
6
0 commit comments