From 06c74cadcb29aeed4f146776c44dc99dc98fd80d Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Thu, 16 Jul 2020 05:26:37 +0300 Subject: [PATCH] Release 3.4.1. --- .github/full_changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/full_changelog.md b/.github/full_changelog.md index cb89982b..91c42469 100644 --- a/.github/full_changelog.md +++ b/.github/full_changelog.md @@ -1,3 +1,6 @@ +### Chokidar 3.4.1 (Jul 16, 2020) +* Fixes a bug when after a watcher was closed, files were not watched properly on new watch. + ### Chokidar 3.4.0 (Apr 26, 2020) * Support for directory-based symlinks. * Fix a case on macos when replacing a file with a dir of the same name diff --git a/package.json b/package.json index 50074a8a..74658e25 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chokidar", "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.", - "version": "3.4.0", + "version": "3.4.1", "homepage": "https://github.com/paulmillr/chokidar", "author": "Paul Miller (https://paulmillr.com)", "contributors": [