matrix-js-sdk 23.2.0-rc.1 → 23.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,5 +1,5 @@
1
- Changes in [23.2.0-rc.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v23.2.0-rc.1) (2023-01-24)
2
- ============================================================================================================
1
+ Changes in [23.2.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v23.2.0) (2023-01-31)
2
+ ==================================================================================================
3
3
 
4
4
  ## ✨ Features
5
5
  * Implement decryption via the rust sdk ([\#3074](https://github.com/matrix-org/matrix-js-sdk/pull/3074)).
package/git-revision.txt CHANGED
@@ -1 +1 @@
1
- 1f58ee7f2c0756ab55a60001ebc45de2db075a30
1
+ e15cf9976f0ed5adacb67ec8973d9aece3b42d34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matrix-js-sdk",
3
- "version": "23.2.0-rc.1",
3
+ "version": "23.2.0",
4
4
  "description": "Matrix Client-Server SDK for Javascript",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"