From 35617b41ce5676f5b7dbe371d78de9ac1f7613fd Mon Sep 17 00:00:00 2001 From: davidvujic Date: Thu, 18 Feb 2021 19:59:36 +0100 Subject: [PATCH] Changelog for LTS PR --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da27b230..ac4606b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ #### v 4.8.1 (2021-02-18) * fix: the `watch` param passed in to the exists (the promise based) function is a boolean. Pull request [266](https://github.com/yfinkelstein/node-zookeeper/pull/266) by @davidvujic +* chore: Node.js LTS 12 and 14 is enough for running in a CI. Pull request [267](https://github.com/yfinkelstein/node-zookeeper/pull/267) by @davidvujic #### v 4.8.0 (2021-01-31) * feat: add support for TTL and Container nodes. Pull request [255](https://github.com/yfinkelstein/node-zookeeper/pull/255) by @dreusel