diff --git a/.github/full_changelog.md b/.github/full_changelog.md index d2ad3c29..2803f3b7 100644 --- a/.github/full_changelog.md +++ b/.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) diff --git a/package.json b/package.json index 952bb4fe..e36de3dc 100644 --- a/package.json +++ b/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": [