From 62d00031007a478ca7ea195d29c1391a64d5f555 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Fri, 6 Oct 2023 17:04:38 -0400 Subject: [PATCH] Version 0.16.2 Release Signed-off-by: Gary Kim --- CHANGELOG.md | 12 ++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da88c90..022cee51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Updates may also include translation updates. +## [v0.16.2](https://github.com/gary-kim/riotchat/tree/v0.16.2) - 2023-10-06 + +[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.16.1...v0.16.2) + +### Changed + +- Update to Element v1.11.45 [\#541](https://github.com/gary-kim/riotchat/pull/541) ([@gary-kim](https://github.com/gary-kim)) + +### Fixed + +- Fix ParseError for Nextcloud 25 [\#539](https://github.com/gary-kim/riotchat/pull/539) ([@robertoszek](https://github.com/robertoszek)) + ## [v0.16.1](https://github.com/gary-kim/riotchat/tree/v0.16.1) - 2023-09-23 [Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.16.0...v0.16.1) diff --git a/appinfo/info.xml b/appinfo/info.xml index 92e58d15..662c8b8d 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.16.1 + 0.16.2 agpl Gary Kim RiotChat diff --git a/package-lock.json b/package-lock.json index 4920d86a..d0424832 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "riotchat", - "version": "0.16.1", + "version": "0.16.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "riotchat", - "version": "0.16.1", + "version": "0.16.2", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^1.10.0", diff --git a/package.json b/package.json index 61f5cd06..49f5112c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "riotchat", - "version": "0.16.1", + "version": "0.16.2", "description": "Still in development", "main": "index.js", "directories": {