From 5e8b98793a4b3e55cab8e72b0391afa44df983a5 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Tue, 25 Jun 2024 20:05:48 -0400 Subject: [PATCH] Version 0.17.4 Release Signed-off-by: Gary Kim --- CHANGELOG.md | 13 +++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6b96ea..feff3ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Updates may also include translation updates. +## [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) + +### Changed + +- chore\(deps\): update Element Web to v1.11.69 [\#619](https://github.com/gary-kim/riotchat/pull/619) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate)) + +### Dependencies + +- chore\(deps\): update dependency webpack to ^5.92.1 [\#620](https://github.com/gary-kim/riotchat/pull/620) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate)) +- chore\(deps\): update dependency webpack to ^5.92.0 [\#618](https://github.com/gary-kim/riotchat/pull/618) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate)) + ## [v0.17.3](https://github.com/gary-kim/riotchat/tree/v0.17.3) - 2024-06-06 [Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.17.2...v0.17.3) diff --git a/appinfo/info.xml b/appinfo/info.xml index 0a570fc5..a3804628 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.3 + 0.17.4 agpl Gary Kim RiotChat diff --git a/package-lock.json b/package-lock.json index f65520d0..022c3d87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "riotchat", - "version": "0.17.3", + "version": "0.17.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "riotchat", - "version": "0.17.3", + "version": "0.17.4", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.5.0", diff --git a/package.json b/package.json index 57efe228..93cd6257 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "riotchat", - "version": "0.17.3", + "version": "0.17.4", "description": "Still in development", "main": "index.js", "directories": {