From 8fb894fbd7c12dcfab92b0ad063f1d49deca0094 Mon Sep 17 00:00:00 2001 From: Valentin Vignal <32538273+ValentinVignal@users.noreply.github.com> Date: Mon, 25 Jul 2022 23:21:36 +0800 Subject: [PATCH] Remove non-existing 3.0.2 version from changelog (#3341) --- build_daemon/CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build_daemon/CHANGELOG.md b/build_daemon/CHANGELOG.md index da7a9f57a..3c00f12d4 100644 --- a/build_daemon/CHANGELOG.md +++ b/build_daemon/CHANGELOG.md @@ -3,11 +3,9 @@ - Add `BuildResults.changedAssets` containing asset URIs changed during a build. - Updated the example to use `dart pub` instead of `pub`. - -## 3.0.2 - - Run `serveRequests` in an error zone and forward errors to the clients. + ## 3.0.1 - Drop package:pedantic dependency and replace it with package:lints.