Skip to content

Commit

Permalink
Release 3.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Aug 6, 2020
1 parent 5452e4f commit 95faa2f
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
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion 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": [
Expand Down

6 comments on commit 95faa2f

@nicograef
Copy link

@nicograef nicograef commented on 95faa2f Aug 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for all the work you do! @paulmillr 🙏 ❤️
We needed this fix 🚀

@neilenns
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any ETA on when this will be released? Thanks!

@paulmillr
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danecreekphotography wut? it's out, just install 3.4.2 from npm

@neilenns
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was going off the github releases page which still only lists 3.4.0 as the latest release, on April 29.

@aral
Copy link

@aral aral commented on 95faa2f Aug 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @paulmillr, this fixed an issue where adding the watchers back after closing them (and awaiting close()) was resulting in the following error with 3.3.0:

(node:656413) UnhandledPromiseRejectionWarning: TypeError: this._removeWatcher is not a function
    at DirEntry.remove (/home/aral/small-tech/site.js/app/node_modules/chokidar/index.js:161:14)

@paulmillr
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aral awesome!

Please sign in to comment.