diff --git a/pkgs/fake_async/CHANGELOG.md b/pkgs/fake_async/CHANGELOG.md index 69c56fa8b..edfda3073 100644 --- a/pkgs/fake_async/CHANGELOG.md +++ b/pkgs/fake_async/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.3-wip +## 1.3.3 * Make the zone `create*Timer` and `scheduleMicrotask` be responsible for running callbacks in the zone they're diff --git a/pkgs/fake_async/pubspec.yaml b/pkgs/fake_async/pubspec.yaml index bdccf4ea8..b804d3b51 100644 --- a/pkgs/fake_async/pubspec.yaml +++ b/pkgs/fake_async/pubspec.yaml @@ -1,5 +1,5 @@ name: fake_async -version: 1.3.3-wip +version: 1.3.3 description: >- Fake asynchronous events such as timers and microtasks for deterministic testing.