diff --git a/CHANGELOG.md b/CHANGELOG.md index c378d30a01..55d826e1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [1.10.6](https://github.com/vector-im/element-web/releases/tag/v1.10.6) (2022-03-01) +=============================================================================================== + +## 🐛 Bug Fixes + * Fix some crashes in the right panel + Changes in [1.10.5](https://github.com/vector-im/element-web/releases/tag/v1.10.5) (2022-02-28) =============================================================================================== diff --git a/package.json b/package.json index 6f162ce10a..74d08364f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-web", - "version": "1.10.5", + "version": "1.10.6", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "repository": { diff --git a/yarn.lock b/yarn.lock index 5c2296f533..e6c523f36a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8130,8 +8130,8 @@ matrix-mock-request@^1.2.3: expect "^1.20.2" "matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop": - version "3.41.0" - resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/b02d5ecb97e475342f79383b18269ea93bd62620" + version "3.41.1" + resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/b7787eaf2e5cf364a8495934c30e2f09c81f7e01" dependencies: "@babel/runtime" "^7.12.5" "@sentry/browser" "^6.11.0"