From 6cb30b3edecc6100f1406a6ca1b861f19ebb9b0e Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Mon, 24 Jul 2023 10:59:20 +0200 Subject: [PATCH] Release v2.5.2 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 794c69355..9dfccc81b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ the full log, please refer to the git commit history. > See https://github.com/threema-ch/threema-web/pull/996 for more details. +### [v2.5.2][v2.5.2] (2023-07-24) + +Changes: + +* [feature] Add support for Threema Gatway push service ([#1175][i1175]) +* [bug] Fix file size limit check ([#1179][i1179]) +* [change] Upgrade many dependencies + + ### [v2.5.1][v2.5.1] (2023-01-31) Changes: @@ -1248,7 +1257,10 @@ First public release. [i1161]: https://github.com/threema-ch/threema-web/pull/1161 [i1162]: https://github.com/threema-ch/threema-web/pull/1162 [i1164]: https://github.com/threema-ch/threema-web/pull/1164 +[i1175]: https://github.com/threema-ch/threema-web/pull/1175 +[i1179]: https://github.com/threema-ch/threema-web/pull/1179 +[v2.5.2]: https://github.com/threema-ch/threema-web/compare/v2.5.1...v2.5.2 [v2.5.1]: https://github.com/threema-ch/threema-web/compare/v2.5.0...v2.5.1 [v2.5.0]: https://github.com/threema-ch/threema-web/compare/v2.4.4...v2.5.0 [v2.4.4]: https://github.com/threema-ch/threema-web/compare/v2.4.3...v2.4.4 diff --git a/package-lock.json b/package-lock.json index 68a3e4142..46eae3252 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "threema-web", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "threema-web", - "version": "2.5.1", + "version": "2.5.2", "license": "AGPL-3.0+", "dependencies": { "@babel/core": "^7.18.10", diff --git a/package.json b/package.json index 053b75b31..f3305a7d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "threema-web", - "version": "2.5.1", + "version": "2.5.2", "description": "Threema Webclient", "scripts": { "build": "npm run build:js && npm run build:css",