[ package:vm_service ] Prep for 14.2.3 release

Change-Id: I2a861d2021553f2cc4b0dbdc2390bff4edf49f84
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/368860
Auto-Submit: Ben Konyi <bkonyi@google.com>
Reviewed-by: Derek Xu <derekx@google.com>
Commit-Queue: Derek Xu <derekx@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
This commit is contained in:
Ben Konyi 2024-05-30 17:22:23 +00:00 committed by Commit Queue
parent 8b658eb6b7
commit 02f32f320e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## 14.2.3
- An instance of RPCError is now thrown when attempting to invoke an RPC after the
`VmService` instance has been disposed.
## 14.2.2
- Fixes issue where outstanding service requests were not automatically completed
with an error when the VM service connection was closed.

View file

@ -1,5 +1,5 @@
name: vm_service
version: 14.2.2
version: 14.2.3
description: >-
A library to communicate with a service implementing the Dart VM
service protocol.