Merge pull request #2028 from matrix-org/release-matrix-sdk-crypto-js-v0.1.0-alpha.10

Bindings JS: New release `matrix-sdk-crypto-js v0.1.0-alpha.10`
This commit is contained in:
Damir Jelić 2023-06-07 15:51:24 +02:00 committed by GitHub
commit 7552f4f72a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Next version
# v0.1.0-alpha.10
- Add `masterKey`, `userSigningKey`, `selfSigningKey` to `UserIdentity` and `OwnUserIdentity`

View File

@ -1,6 +1,6 @@
{
"name": "@matrix-org/matrix-sdk-crypto-js",
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.10",
"homepage": "https://github.com/matrix-org/matrix-rust-sdk",
"description": "Matrix encryption library, for JavaScript",
"license": "Apache-2.0",