From 79f1e0307e1099aa9def9911b684ff29a0e08dd2 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Sat, 2 Nov 2024 13:36:15 -0400 Subject: [PATCH] Version 0.18.3 Release --- CHANGELOG.md | 14 ++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d4d698..eeea2145 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.18.3](https://github.com/gary-kim/riotchat/tree/v0.18.3) - 2024-11-02 + +[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.18.2...v0.18.3) + +### Changed + +- chore\(deps\): update Element Web to v1.11.83 [\#657](https://github.com/gary-kim/riotchat/pull/657) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate)) + +### Dependencies + +- chore\(deps\): update dependency eslint-plugin-import to ^2.31.0 [\#655](https://github.com/gary-kim/riotchat/pull/655) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate)) +- fix\(deps\): update dependency @nextcloud/axios to ^2.5.1 [\#648](https://github.com/gary-kim/riotchat/pull/648) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate)) +- chore\(deps\): update dependency eslint-plugin-promise to ^6.6.0 [\#628](https://github.com/gary-kim/riotchat/pull/628) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate)) + ## [v0.18.2](https://github.com/gary-kim/riotchat/tree/v0.18.2) - 2024-10-10 [Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.18.1...v0.18.2) diff --git a/appinfo/info.xml b/appinfo/info.xml index 36eed00f..b64cc1a4 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.18.2 + 0.18.3 agpl Gary Kim RiotChat diff --git a/package-lock.json b/package-lock.json index 97972270..fdd2faeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "riotchat", - "version": "0.18.2", + "version": "0.18.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "riotchat", - "version": "0.18.2", + "version": "0.18.3", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.5.1", diff --git a/package.json b/package.json index a10cf926..beb349a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "riotchat", - "version": "0.18.2", + "version": "0.18.3", "description": "Still in development", "main": "index.js", "directories": {