From 7d42aa966fe6572dfd0fcb1b9ea190f9ba8f3a52 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Tue, 14 May 2024 17:35:01 +0200 Subject: [PATCH] Release v2.5.5 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9d5e0c7..9ded14a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ 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.5][v2.5.5] (2024-05-14) + +Changes: + +* [change] Upgrade many dependencies +* [bug] Fix latest message change detection + + ### [v2.5.4][v2.5.4] (2024-03-04) Changes: @@ -1282,6 +1290,7 @@ First public release. [i1200]: https://github.com/threema-ch/threema-web/issues/1200 [i1202]: https://github.com/threema-ch/threema-web/issues/1202 +[v2.5.5]: https://github.com/threema-ch/threema-web/compare/v2.5.4...v2.5.5 [v2.5.4]: https://github.com/threema-ch/threema-web/compare/v2.5.3...v2.5.4 [v2.5.3]: https://github.com/threema-ch/threema-web/compare/v2.5.2...v2.5.3 [v2.5.2]: https://github.com/threema-ch/threema-web/compare/v2.5.1...v2.5.2 diff --git a/package-lock.json b/package-lock.json index 52b75bafd..7b7c3fde1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "threema-web", - "version": "2.5.4", + "version": "2.5.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "threema-web", - "version": "2.5.4", + "version": "2.5.5", "license": "AGPL-3.0+", "dependencies": { "@babel/core": "^7.18.10", diff --git a/package.json b/package.json index 9793047e1..3c80c89bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "threema-web", - "version": "2.5.4", + "version": "2.5.5", "description": "Threema Webclient", "scripts": { "build": "npm run build:js && npm run build:css",