build: Release 0.24.3
This commit is contained in:
parent
c3c770bc33
commit
c12e8f6dbe
|
|
@ -1,3 +1,7 @@
|
||||||
|
## [0.24.3] - 11th December 2023
|
||||||
|
Small hotfix for the new database.
|
||||||
|
- refactor: Remove duplicated copyMap method and fix type error (Krille)
|
||||||
|
|
||||||
## [0.24.2] - 11th December 2023
|
## [0.24.2] - 11th December 2023
|
||||||
- docs: Add issue tracker to pub.dev (Krille)
|
- docs: Add issue tracker to pub.dev (Krille)
|
||||||
- fix: Copy all maps got from database (Krille)
|
- fix: Copy all maps got from database (Krille)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.24.2
|
version: 0.24.3
|
||||||
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