Skip to content

Commit 0340380

Browse files
committed
Bump version and update change log
1 parent 0d166d9 commit 0340380

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

links/gql_dio_link/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## [0.0.1] - TODO: Add release date.
1+
## 0.0.5
22

3-
* TODO: Describe initial release.
3+
- Pass original exception inside `DioLinkServerException` also if http request fails with error status and improve `DioLinkServerException.toString` to print part of plain response (even if it was not valid graphQL json). These should be helpful for debugging.

links/gql_dio_link/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gql_dio_link
2-
version: 0.0.4
2+
version: 0.0.5
33
description: Similar to gql_http_link, gql_dio_link is a GQL Terminating Link to execute requests via Dio using JSON
44
repository: https://github.com/gql-dart/gql
55
environment:

0 commit comments

Comments
 (0)