From 7001221670210dc28f5452c5daddc990299e6c3a Mon Sep 17 00:00:00 2001 From: Gary Roumanis Date: Fri, 5 Jan 2018 16:34:35 -0800 Subject: [PATCH] prep for release (dart-lang/json_rpc_2#24) --- pkgs/json_rpc_2/CHANGELOG.md | 4 ++++ pkgs/json_rpc_2/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/json_rpc_2/CHANGELOG.md b/pkgs/json_rpc_2/CHANGELOG.md index 0b6fdd1be..a221c811d 100644 --- a/pkgs/json_rpc_2/CHANGELOG.md +++ b/pkgs/json_rpc_2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.5 + +* Internal changes only. + ## 2.0.4 * `Client.sendRequest()` now throws a `StateError` if the client is closed while diff --git a/pkgs/json_rpc_2/pubspec.yaml b/pkgs/json_rpc_2/pubspec.yaml index f80caa348..64c7ce71f 100644 --- a/pkgs/json_rpc_2/pubspec.yaml +++ b/pkgs/json_rpc_2/pubspec.yaml @@ -1,5 +1,5 @@ name: json_rpc_2 -version: 2.0.5-dev +version: 2.0.5 author: Dart Team description: An implementation of the JSON-RPC 2.0 spec. homepage: http://github.com/dart-lang/json_rpc_2