chore: bump version
This commit is contained in:
parent
5ac9b6bd73
commit
7155500594
|
|
@ -1,3 +1,7 @@
|
|||
## [0.3.3] - 20nd Aug 2021
|
||||
- fix: room.lastEvent order now respects edits
|
||||
- feat: use m.new_content in lastEvent (so no more * fallback)
|
||||
|
||||
## [0.3.2] - 20nd Aug 2021
|
||||
- feat: cache archived rooms to access them with `getRoomById`
|
||||
- fix: requestHistory() for archived rooms
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.3.2
|
||||
version: 0.3.3
|
||||
homepage: https://famedly.com
|
||||
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue