Skip to content

Commit 95faa2f

Browse files
committed
Release 3.4.2.
1 parent 5452e4f commit 95faa2f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/full_changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### Chokidar 3.4.2 (Aug 6, 2020)
2+
* Fixes an ability to watch network drives on windows.
3+
14
### Chokidar 3.4.1 (Jul 16, 2020)
25
* Fixes a bug when after a watcher was closed, files were not watched properly on new watch.
36

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chokidar",
33
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
4-
"version": "3.4.1",
4+
"version": "3.4.2",
55
"homepage": "https://github.com/paulmillr/chokidar",
66
"author": "Paul Miller (https://paulmillr.com)",
77
"contributors": [

0 commit comments

Comments
 (0)