We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3f5b5d + e8c7f3d commit 7ec6637Copy full SHA for 7ec6637
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+#### v 4.10.1 (2021-11-08)
2
+* fix: replace the `tape` unit test library with `ava`. Pull request [282](https://github.com/yfinkelstein/node-zookeeper/pull/282) by @davidvujic
3
+
4
#### v 4.10.0 (2021-06-09)
5
* feat: ability to overwrite default response counter limit. Pull request [278](https://github.com/yfinkelstein/node-zookeeper/pull/278) by @wareczek
6
package.json
@@ -1,7 +1,7 @@
{
"name": "zookeeper",
"description": "apache zookeeper client (zookeeper async API v3.4.x - v3.6.x)",
- "version": "4.10.0",
+ "version": "4.10.1",
"author": "Yuri Finkelstein <yurif2003@yahoo.com>",
"license": "MIT",
7
"contributors": [
0 commit comments