diff --git a/frontend_server_client/CHANGELOG.md b/frontend_server_client/CHANGELOG.md index 6b2e2f361..c14926832 100644 --- a/frontend_server_client/CHANGELOG.md +++ b/frontend_server_client/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.0.0-dev +## 3.0.0 - Update the `compile` api to return a non-null `CompileResult`, and instead make the `dillOutput` field nullable. This allows you to still get compiler diff --git a/frontend_server_client/pubspec.yaml b/frontend_server_client/pubspec.yaml index 7445de6ca..9fe3aef56 100644 --- a/frontend_server_client/pubspec.yaml +++ b/frontend_server_client/pubspec.yaml @@ -1,5 +1,5 @@ name: frontend_server_client -version: 3.0.0-dev +version: 3.0.0 description: >- Client code to start and interact with the frontend_server compiler from the Dart SDK.