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": [