Skip to content

Commit

Permalink
Release 3.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Sep 19, 2019
1 parent 5b137fe commit 31fd30a
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.1.1 (Sep 19, 2019)
* Fixes "Expected pattern to be a non-empty string" (#871)

### Chokidar 3.1.0 (Sep 16, 2019)
* **Breaking:** dotfiles are no longer filtered out by default. Use `ignored` option if needed.
* Increase performance on Linux by 30-50%, by getting rid of unnecessary `realpath` calls (#882)
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.1.0",
"version": "3.1.1",
"homepage": "https://github.com/paulmillr/chokidar",
"author": "Paul Miller (https://paulmillr.com)",
"contributors": [
Expand Down

0 comments on commit 31fd30a

Please sign in to comment.