Prepare to publish (dart-lang/watcher#89)
diff --git a/pkgs/watcher/CHANGELOG.md b/pkgs/watcher/CHANGELOG.md index 7456590..a65a6e3 100644 --- a/pkgs/watcher/CHANGELOG.md +++ b/pkgs/watcher/CHANGELOG.md
@@ -1,4 +1,4 @@ -# 0.9.7+15-dev +# 0.9.7+15 * Fix a bug on Mac where modifying a directory with a path exactly matching a prefix of a modified file would suppress change events for that file. @@ -36,7 +36,7 @@ # 0.9.7+7 -* Updates to support Dart 2.0 core library changes (wave 2.2). +* Updates to support Dart 2.0 core library changes (wave 2.2). See [issue 31847][sdk#31847] for details. [sdk#31847]: https://github.com/dart-lang/sdk/issues/31847 @@ -44,7 +44,7 @@ # 0.9.7+6 -* Internal changes only, namely removing dep on scheduled test. +* Internal changes only, namely removing dep on scheduled test. # 0.9.7+5
diff --git a/pkgs/watcher/pubspec.yaml b/pkgs/watcher/pubspec.yaml index 230b00b..e86192d 100644 --- a/pkgs/watcher/pubspec.yaml +++ b/pkgs/watcher/pubspec.yaml
@@ -1,5 +1,5 @@ name: watcher -version: 0.9.7+15-dev +version: 0.9.7+15 description: >- A file system watcher. It monitors changes to contents of directories and