diff --git a/pkgs/watcher/CHANGELOG.md b/pkgs/watcher/CHANGELOG.md index b4c823ea1..562c2e587 100644 --- a/pkgs/watcher/CHANGELOG.md +++ b/pkgs/watcher/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.4-wip +## 1.1.4 - Improve handling of subdirectories: ignore `PathNotFoundException` due to subdirectory deletion racing with watcher internals, instead of raising diff --git a/pkgs/watcher/pubspec.yaml b/pkgs/watcher/pubspec.yaml index 80a8abbfd..eff642fe5 100644 --- a/pkgs/watcher/pubspec.yaml +++ b/pkgs/watcher/pubspec.yaml @@ -1,5 +1,5 @@ name: watcher -version: 1.1.4-wip +version: 1.1.4 description: >- A file system watcher. It monitors changes to contents of directories and sends notifications when files have been added, removed, or modified.