Skip to content

Commit

Permalink
Release 3.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Oct 13, 2020
1 parent b991ed1 commit 0d72873
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/full_changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Chokidar 3.4.3 (Oct 13, 2020)
* Circular symlinks that point to some parent directory are no longer watched.
This prevents infinite loops.

### Chokidar 3.4.2 (Aug 6, 2020)
* Fixes an ability to watch network drives on windows.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chokidar",
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
"version": "3.4.2",
"version": "3.4.3",
"homepage": "https://github.com/paulmillr/chokidar",
"author": "Paul Miller (https://paulmillr.com)",
"contributors": [
Expand Down

0 comments on commit 0d72873

Please sign in to comment.