diff --git a/CHANGELOG.md b/CHANGELOG.md index feff3ddc..2309bd58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Updates may also include translation updates. +## [v0.17.5](https://github.com/gary-kim/riotchat/tree/v0.17.5) - 2024-07-11 + +[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.17.4...v0.17.5) + +### Changed + +- chore\(deps\): update Element Web to v1.11.70 [\#624](https://github.com/gary-kim/riotchat/pull/624) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate)) + +### Dependencies + +- chore\(deps\): update dependency eslint-plugin-vue to ^9.27.0 [\#623](https://github.com/gary-kim/riotchat/pull/623) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate)) +- chore\(deps\): update dependency eslint-plugin-promise to ^6.4.0 [\#622](https://github.com/gary-kim/riotchat/pull/622) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate)) +- fix\(deps\): update dependency @nextcloud/vue to ^8.14.0 [\#621](https://github.com/gary-kim/riotchat/pull/621) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate)) + ## [v0.17.4](https://github.com/gary-kim/riotchat/tree/v0.17.4) - 2024-06-26 [Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.17.3...v0.17.4) diff --git a/appinfo/info.xml b/appinfo/info.xml index a3804628..94ebfe7e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -13,7 +13,7 @@ This project is not affiliated, associated, authorized, endorsed by, or in any w The name Element as well as related names, marks, emblems and images are registered trademarks of their respective owners. The upstream project can be found at [https://github.com/vector-im/element-web](https://github.com/vector-im/element-web).]]> - 0.17.4 + 0.17.5 agpl Gary Kim RiotChat diff --git a/package-lock.json b/package-lock.json index eaf08588..cef6222a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "riotchat", - "version": "0.17.4", + "version": "0.17.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "riotchat", - "version": "0.17.4", + "version": "0.17.5", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.5.0", diff --git a/package.json b/package.json index 717e321d..b1ded059 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "riotchat", - "version": "0.17.4", + "version": "0.17.5", "description": "Still in development", "main": "index.js", "directories": {