build: Release 0.22.6
This commit is contained in:
parent
c6613323b4
commit
569fa186cf
|
|
@ -1,3 +1,7 @@
|
||||||
|
## [0.22.6] - 23 October 2023
|
||||||
|
- fix: Do not convert linebreaks in pre blocks on markdown parsing (Krille)
|
||||||
|
- refactor: Wait for room in sync until sync process and trigger cleanup call not before actually start clean up. (Krille)
|
||||||
|
|
||||||
## [0.22.5] - 20 October 2023
|
## [0.22.5] - 20 October 2023
|
||||||
- build(deps): bump http from 0.13.6 to 1.1.0 (dependabot[bot])
|
- build(deps): bump http from 0.13.6 to 1.1.0 (dependabot[bot])
|
||||||
- feat: Add methods to load all room keys from online key backup (Krille)
|
- feat: Add methods to load all room keys from online key backup (Krille)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.22.5
|
version: 0.22.6
|
||||||
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue