Skip to content

Commit 0a8dcf4

Browse files
committed
1.1.0
1 parent 500b068 commit 0a8dcf4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.1.0
8+
* Implement auto-reconnect.
9+
710
## 1.0.0
811
* Initial release.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: w3c_event_source
2-
version: 1.0.0
2+
version: 1.1.0
33
description: W3C EventSource client implementation for Dart / Flutter,
44
to communicate with server-sent event endpoints.
55
author: Renée Kooi <renee@kooi.me>

0 commit comments

Comments
 (0)