From b42534282c9b59730edbc3b102b6afefa5a1fd4b Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Sat, 23 Nov 2024 19:19:04 -0500 Subject: [PATCH] Version 0.18.5 Release Signed-off-by: Gary Kim --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac42f882..5995eb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Updates may also include translation updates. +## [v0.18.5](https://github.com/gary-kim/riotchat/tree/v0.18.5) - 2024-11-24 + +[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.18.4...v0.18.5) + +### Changed + +- enh: switch to sass [\#666](https://github.com/gary-kim/riotchat/pull/666) ([@gary-kim](https://github.com/gary-kim)) +- chore\(deps\): update Element Web to v1.11.86 [\#664](https://github.com/gary-kim/riotchat/pull/664) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate)) + ## [v0.18.4](https://github.com/gary-kim/riotchat/tree/v0.18.4) - 2024-11-07 [Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.18.3...v0.18.4) diff --git a/appinfo/info.xml b/appinfo/info.xml index 0c5019c6..105bd20a 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.4 + 0.18.5 agpl Gary Kim RiotChat diff --git a/package-lock.json b/package-lock.json index 79e175f0..47c3b27b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "riotchat", - "version": "0.18.4", + "version": "0.18.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "riotchat", - "version": "0.18.4", + "version": "0.18.5", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.5.1", diff --git a/package.json b/package.json index 65895556..1821c545 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "riotchat", - "version": "0.18.4", + "version": "0.18.5", "description": "Still in development", "main": "index.js", "directories": {