chore: Bump version

This commit is contained in:
Krille Fear 2022-05-09 08:25:25 +00:00
parent 8866131652
commit a9d644cf93
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## 1.2.0
This introduces a new versioning system where the first two numbers refer to
the matrix spec version (currently v1.2) and the last to the iteration of
this spec version.
- feat: Migrate to Matrix v1.2 spec
- feat: Add GroupCallPrefix/GroupCallMemberPrefix to EventTypes.
## 0.5.3 ## 0.5.3
- chore: Add missing matrix error types as per spec - chore: Add missing matrix error types as per spec
- feat: add additionalProperties in PusherData - feat: add additionalProperties in PusherData

View File

@ -1,6 +1,6 @@
name: matrix_api_lite name: matrix_api_lite
description: Dead simple data model for the matrix.org client-server API. description: Dead simple data model for the matrix.org client-server API.
version: 0.5.3 version: 1.0.0
homepage: https://famedly.com homepage: https://famedly.com
repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/ repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/
issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues