This commit is contained in:
RiotRobot 2024-01-04 14:32:30 +00:00
parent 1a469f41cd
commit 2f67fe3079
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Changes in [3.88.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.88.0) (2024-01-04)
=====================================================================================================
## 🐛 Bug Fixes
* Fix a fresh login creating a new key backup ([#12106](https://github.com/matrix-org/matrix-react-sdk/pull/12106)).
Changes in [3.87.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.87.0) (2023-12-19)
=====================================================================================================
## ✨ Features

View file

@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "3.87.0",
"version": "3.88.0",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {