Release watcher 1.2.0. (#2276)
diff --git a/pkgs/watcher/CHANGELOG.md b/pkgs/watcher/CHANGELOG.md index c298045..ab621ca 100644 --- a/pkgs/watcher/CHANGELOG.md +++ b/pkgs/watcher/CHANGELOG.md
@@ -1,4 +1,4 @@ -## 1.1.5-wip +## 1.2.0 - Polling watchers now check file sizes as well as "last modified" times, so they are less likely to miss changes on platforms with low resolution
diff --git a/pkgs/watcher/pubspec.yaml b/pkgs/watcher/pubspec.yaml index 79a2247..0f2be5b 100644 --- a/pkgs/watcher/pubspec.yaml +++ b/pkgs/watcher/pubspec.yaml
@@ -1,5 +1,5 @@ name: watcher -version: 1.1.5-wip +version: 1.2.0 description: >- A file system watcher. It monitors changes to contents of directories and sends notifications when files have been added, removed, or modified.