Skip to content

Commit e3b691b

Browse files
authored
Prepare release v15.0.0 (#247)
* add missing changelog entry for #227 * v15.0.0
2 parents 1041ed9 + b30f1f3 commit e3b691b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# UNRELEASED
22

3+
# matrix-sdk-crypto-wasm v15.0.0
4+
35
- Update matrix-rusk-sdk to `0.12.0`, which includes:
46

57
- Send stable identifier `sender_device_keys` for MSC4147 (Including device
@@ -28,6 +30,9 @@
2830
- A number of the properties and methods on `DecryptedRoomEvent` no longer return `undefined`
2931
([#243](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/243))
3032

33+
- Add more JS/TS Framework support by adding the ability to choose the URL of wasm files.
34+
([#227](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/227))
35+
3136
# matrix-sdk-crypto-wasm v14.2.1
3237

3338
Update matrix-sdk-crypto to `0.11.1`, which includes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matrix-org/matrix-sdk-crypto-wasm",
3-
"version": "14.2.1",
3+
"version": "15.0.0",
44
"homepage": "https://github.com/matrix-org/matrix-rust-sdk-wasm",
55
"description": "WebAssembly bindings of the matrix-sdk-crypto encryption library",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)