Skip to content

Commit 39c6fdc

Browse files
committed
chore: release version 3.0.0
1 parent 7fd548a commit 39c6fdc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.0
2+
- Replace `web_socket_channel` with `web_socket` package.
3+
- This has breaking changes in the Parser API, but otherwise should be backwards compatible
4+
15
## 2.1.3
26
- Added `pingInterval` to `copyWith` for `StompConfig`. Thanks @AndruhovSasha
37

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stomp_dart_client
22
homepage: https://github.com/blackhorse-one/stomp_dart
3-
version: 2.2.0
3+
version: 3.0.0
44
description: Dart STOMP client for easy messaging interoperability. Build with flutter in mind, but should work for every dart application.
55
environment:
66
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)