Skip to content

Commit 95639d3

Browse files
committed
bump package version
1 parent 36bf8f7 commit 95639d3

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.0.1 (2019-03-10)
2+
* Added docs: changelog, contributing to the project, fixed typos and missing info in the readme file.
3+
14
#### v 4.0.0 (2019-03-02)
25
* Added Windows support! A long awaited issue finally solved.
36
* __BREAKING__: dropped support for Node.js versions oldder than version 8.

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 >= 3.4.0)",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"author": "Yuri Finkelstein <[email protected]>",
66
"license": "MIT",
77
"contributors": [

0 commit comments

Comments
 (0)