From 421e3fd836a48e42864b5afcc21b1c30987bf671 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Thu, 16 Jun 2022 17:10:34 -0400 Subject: [PATCH] Version 0.13.1 Release Signed-off-by: Gary Kim --- CHANGELOG.md | 18 ++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8792dfb9..3149de75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Updates likely also include translation updates. +## [v0.13.1](https://github.com/gary-kim/riotchat/tree/v0.13.1) - 2022-06-16 + +[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.13.0...v0.13.1) + +### Changed + +- enh: Update to Element Web v1.10.15 [\#476](https://github.com/gary-kim/riotchat/pull/476) ([@gary-kim](https://github.com/gary-kim)) + +### Fixed + +- fix: build dependency resolution failure [\#475](https://github.com/gary-kim/riotchat/pull/475) ([@gary-kim](https://github.com/gary-kim)) + +### Dependencies + +- chore\(deps\): various dependency updates [\#478](https://github.com/gary-kim/riotchat/pull/478) ([@gary-kim](https://github.com/gary-kim)) +- fix\(deps\): update dependency @nextcloud/axios to ^1.10.0 [\#477](https://github.com/gary-kim/riotchat/pull/477) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate)) +- chore\(deps\): update dependency @nextcloud/browserslist-config to ^2.2.0 [\#413](https://github.com/gary-kim/riotchat/pull/413) ([@gary-kim-bot](https://github.com/gary-kim-bot)) + ## [v0.13.0](https://github.com/gary-kim/riotchat/tree/v0.13.0) - 2022-05-25 [Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.12.0...v0.13.0) diff --git a/appinfo/info.xml b/appinfo/info.xml index a8d8b06e..66b7b597 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.0 + 0.13.1 agpl Gary Kim RiotChat diff --git a/package-lock.json b/package-lock.json index c12f4cf1..28371fbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "riotchat", - "version": "0.13.0", + "version": "0.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "riotchat", - "version": "0.13.0", + "version": "0.13.1", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^1.10.0", diff --git a/package.json b/package.json index a4244cb2..0f08ef32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "riotchat", - "version": "0.13.0", + "version": "0.13.1", "description": "Still in development", "main": "index.js", "directories": {