This commit is contained in:
RiotRobot 2024-01-19 13:48:46 +00:00
parent abce0fdd2d
commit 4681bbbfce
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
Changes in [3.90.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.90.0) (2024-01-19)
=====================================================================================================
## ✨ Features
* Broaden support for matrix spec versions ([#12159](https://github.com/matrix-org/matrix-react-sdk/pull/12159)). Contributed by @RiotRobot.
## 🐛 Bug Fixes
* Fixed shield alignment on message Input ([#12155](https://github.com/matrix-org/matrix-react-sdk/pull/12155)). Contributed by @RiotRobot.
Changes in [3.89.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.89.0) (2024-01-16)
=====================================================================================================
## ✨ Features

View file

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