Skip to content

Commit 7ec6637

Browse files
authoredNov 8, 2021
Merge pull request #283 from DavidVujic/release_4_10_1
Bump version to 4.10.1 and add to changelog
2 parents b3f5b5d + e8c7f3d commit 7ec6637

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -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+
14
#### v 4.10.0 (2021-06-09)
25
* feat: ability to overwrite default response counter limit. Pull request [278](https://github.com/yfinkelstein/node-zookeeper/pull/278) by @wareczek
36

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zookeeper",
33
"description": "apache zookeeper client (zookeeper async API v3.4.x - v3.6.x)",
4-
"version": "4.10.0",
4+
"version": "4.10.1",
55
"author": "Yuri Finkelstein <yurif2003@yahoo.com>",
66
"license": "MIT",
77
"contributors": [

0 commit comments

Comments
 (0)
Please sign in to comment.