matrix-js-sdk 32.3.0-rc.0 → 32.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ Changes in [32.4.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v32.4.0) (2024-05-22)
2
+ ==================================================================================================
3
+ * No changes
4
+
5
+
6
+ Changes in [32.3.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v32.3.0) (2024-05-21)
7
+ ==================================================================================================
8
+ ## ✨ Features
9
+
10
+ * Simplify OIDC types \& export `decodeIdToken` ([#4193](https://github.com/matrix-org/matrix-js-sdk/pull/4193)). Contributed by @t3chguy.
11
+ * Add helpers for authenticated media, and associated documentation ([#4185](https://github.com/matrix-org/matrix-js-sdk/pull/4185)). Contributed by @turt2live.
12
+
13
+ ## 🐛 Bug Fixes
14
+
15
+ * Fix state\_events.ts types ([#4196](https://github.com/matrix-org/matrix-js-sdk/pull/4196)). Contributed by @t3chguy.
16
+ * Fix sendEventHttpRequest for `m.room.redaction` events without `redacts` ([#4192](https://github.com/matrix-org/matrix-js-sdk/pull/4192)). Contributed by @t3chguy.
17
+
18
+
1
19
  Changes in [32.2.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v32.2.0) (2024-05-07)
2
20
  ==================================================================================================
3
21
  ## ✨ Features
package/git-revision.txt CHANGED
@@ -1 +1 @@
1
- 3a4b02d8e6c79e2d154fcdf59a61b87121b26c4f
1
+ a86d4ceb49137f13240674ddb358bb96934ba720
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matrix-js-sdk",
3
- "version": "32.3.0-rc.0",
3
+ "version": "32.4.0",
4
4
  "description": "Matrix Client-Server SDK for Javascript",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"