build: Bump version to 0.25.4
This commit is contained in:
parent
025d8c043b
commit
05d8bff33d
|
|
@ -1,3 +1,7 @@
|
||||||
|
## [0.25.4] - 5th January 2023
|
||||||
|
- fix: Type error when combining dynamic lists (Krille)
|
||||||
|
- refactor: Throw client init exception on client init fail (krille-chan)
|
||||||
|
|
||||||
## [0.25.3] - 2nd January 2023
|
## [0.25.3] - 2nd January 2023
|
||||||
- fix: Delete in transaction on new store does not clear cache correctly (Krille)
|
- fix: Delete in transaction on new store does not clear cache correctly (Krille)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.25.3
|
version: 0.25.4
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||||
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue