Skip to content

Commit

Permalink
Release 3.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Oct 1, 2019
1 parent e5909e3 commit 465de99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -281,7 +281,7 @@ execute a command on each change, or get a stdio stream of change events.

For more detailed changelog, see [`full_changelog.md`](.github/full_changelog.md).

- **v3.2 (Oct 1, 2019):** Improve Linux RAM usage by 50%. Stability optimizations. Windows glob fixes.
- **v3.2 (Oct 1, 2019):** Improve Linux RAM usage by 50%. Stability optimizations. Race condition fixes. Windows glob fixes.
- **v3.1 (Sep 16, 2019):** dotfiles are no longer filtered out by default. Use `ignored` option if needed. Improve initial Linux scan time by 50%.
- **v3 (Apr 30, 2019):** massive CPU & RAM consumption improvements; reduces deps / package size by a factor of 17x and bumps Node.js requirement to v8.16 and higher.
- **v2 (Dec 29, 2017):** Globs are now posix-style-only; without windows support. Tons of bugfixes.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,15 +1,15 @@
{
"name": "chokidar",
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
"version": "3.2.0",
"version": "3.2.1",
"homepage": "https://github.com/paulmillr/chokidar",
"author": "Paul Miller (https://paulmillr.com)",
"contributors": [
"Paul Miller (https://paulmillr.com)",
"Elan Shanker"
],
"engines": {
"node": ">= 8.16"
"node": ">= 8"
},
"dependencies": {
"anymatch": "~3.1.1",
Expand Down

0 comments on commit 465de99

Please sign in to comment.