From 294af87d4f41904d95427a1ad9ba2cb58998f216 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Sun, 21 Aug 2022 17:30:55 -0400 Subject: [PATCH] Version 0.13.5 Release Signed-off-by: Gary Kim --- CHANGELOG.md | 8 ++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d8f940..c855572d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Updates likely also include translation updates. +## [v0.13.5](https://github.com/gary-kim/riotchat/tree/v0.13.5) - 2022-08-21 + +[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.13.4...v0.13.5) + +### Changed + +- Update to Element Web v1.11.3 [\#493](https://github.com/gary-kim/riotchat/pull/493) ([@gary-kim](https://github.com/gary-kim)) + ## [v0.13.4](https://github.com/gary-kim/riotchat/tree/v0.13.4) - 2022-08-03 [Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.13.3...v0.13.4) diff --git a/appinfo/info.xml b/appinfo/info.xml index ebd33c81..9c2ea0c1 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.13.4 + 0.13.5 agpl Gary Kim RiotChat diff --git a/package-lock.json b/package-lock.json index 6489d184..b3635525 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "riotchat", - "version": "0.13.4", + "version": "0.13.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "riotchat", - "version": "0.13.4", + "version": "0.13.5", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^1.10.0", diff --git a/package.json b/package.json index 51f8edab..f14a0eda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "riotchat", - "version": "0.13.4", + "version": "0.13.5", "description": "Still in development", "main": "index.js", "directories": {