Skip to content

Commit 4ee9441

Browse files
authored
Merge pull request #227 from DavidVujic/release_4_4_3
feat: bump version, add changelog
2 parents b53615c + 78f3656 commit 4ee9441

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
#### v 4.5.0 (2019-11-05)
2+
* feat: Zookeeper 3.5.6. Pull request [226](https://github.com/yfinkelstein/node-zookeeper/pull/226)
3+
* fix: Rollback for Windows client (3.4.14). This is the motivation for bumping the Minor version. Pull request [226](https://github.com/yfinkelstein/node-zookeeper/pull/226)
4+
15
#### v 4.4.2 (2019-09-21)
2-
* fix: too many close events emitted from the client caused by ZNOTHING socket responses. Pull request [221](https://github.com/yfinkelstein/node-zookeeper/issues/221)
6+
* fix: too many close events emitted from the client caused by ZNOTHING socket responses. Pull request [221](https://github.com/yfinkelstein/node-zookeeper/pull/221)
37
* fix: remove duplicate parameter definitions
48

59
#### v 4.4.1 (2019-08-22)

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.5.x)",
4-
"version": "4.4.2",
4+
"version": "4.5.0",
55
"author": "Yuri Finkelstein <[email protected]>",
66
"license": "MIT",
77
"contributors": [

0 commit comments

Comments
 (0)