From 31fd30afa4aaa7cbfa1d6172707da1f31b867223 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Thu, 19 Sep 2019 21:29:09 +0300 Subject: [PATCH] Release 3.1.1. --- .github/full_changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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": [