matrix-js-sdk 34.2.0-rc.0 → 34.2.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,10 @@
1
+ Changes in [34.2.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v34.2.0) (2024-07-30)
2
+ ==================================================================================================
3
+ ## 🐛 Bug Fixes
4
+
5
+ * Element-R: detect "withheld key" UTD errors, and mark them as such ([#4302](https://github.com/matrix-org/matrix-js-sdk/pull/4302)). Contributed by @richvdh.
6
+
7
+
1
8
  Changes in [34.1.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v34.1.0) (2024-07-16)
2
9
  ==================================================================================================
3
10
  ## ✨ Features
package/git-revision.txt CHANGED
@@ -1 +1 @@
1
- 5feab3716617e30f63517193f7edfb36f10ed04f
1
+ 7f91db83d005db07ec45771052e15f0f770a1f7a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matrix-js-sdk",
3
- "version": "34.2.0-rc.0",
3
+ "version": "34.2.0",
4
4
  "description": "Matrix Client-Server SDK for Javascript",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"