diff --git a/CHANGELOG.md b/CHANGELOG.md index f2a94649..ef40fe83 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 may also include translation updates. +## [v0.18.7](https://github.com/gary-kim/riotchat/tree/v0.18.7) - 2024-12-17 + +[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.18.6...v0.18.7) + +### Fixed + +- fix: worker CSP issue [\#678](https://github.com/gary-kim/riotchat/pull/678) ([@koanya](https://github.com/koanya)) + ## [v0.18.6](https://github.com/gary-kim/riotchat/tree/v0.18.6) - 2024-12-13 [Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.18.5...v0.18.6) diff --git a/appinfo/info.xml b/appinfo/info.xml index 29425011..4c3a981c 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.6 + 0.18.7 agpl Gary Kim RiotChat diff --git a/package-lock.json b/package-lock.json index 7e740aeb..29827a4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "riotchat", - "version": "0.18.6", + "version": "0.18.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "riotchat", - "version": "0.18.6", + "version": "0.18.7", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.5.1", diff --git a/package.json b/package.json index 343e4dc8..4632d7ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "riotchat", - "version": "0.18.6", + "version": "0.18.7", "description": "Still in development", "main": "index.js", "directories": {