From 95faa2fe42d1736b3c5bfbc0f17a9f0379b001f3 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Thu, 6 Aug 2020 18:47:45 +0300 Subject: [PATCH] Release 3.4.2. --- .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 91c42469..5a9af5cd 100644 --- a/.github/full_changelog.md +++ b/.github/full_changelog.md @@ -1,3 +1,6 @@ +### Chokidar 3.4.2 (Aug 6, 2020) +* Fixes an ability to watch network drives on windows. + ### Chokidar 3.4.1 (Jul 16, 2020) * Fixes a bug when after a watcher was closed, files were not watched properly on new watch. diff --git a/package.json b/package.json index 74658e25..9abc9fa4 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.1", + "version": "3.4.2", "homepage": "https://github.com/paulmillr/chokidar", "author": "Paul Miller (https://paulmillr.com)", "contributors": [