Merge pull request #2248 from matrix-org/release-matrix-sdk-crypto-js-0.1.2

matrix-sdk-crypto-js v0.1.2
This commit is contained in:
Richard van der Hoff
2023-07-10 12:27:10 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@
- Add `Qr.state()` method to inspect the current state of QR code
verifications.
## Changes in the underlying Rust crate
- Fix handling of SAS verification start events once we have shown a QR code.
# v0.1.1
- Add `verify` method to `Device`.

View File

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