Skip to content

Commit

Permalink
Release 3.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jul 16, 2020
1 parent bfcde1c commit 06c74ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/full_changelog.md
Original file line number Diff line number Diff line change
@@ -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
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.0",
"version": "3.4.1",
"homepage": "https://github.com/paulmillr/chokidar",
"author": "Paul Miller (https://paulmillr.com)",
"contributors": [
Expand Down

0 comments on commit 06c74ca

Please sign in to comment.