From 96a4f22af18534c4de58146bc8dea23f36f75c82 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 7 Oct 2025 15:14:13 +0200 Subject: [PATCH] chore: prepare v2.5.3 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0ea483..386028dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file. +## 2.5.3 - 2025-10-07 +### Changed +* chore(deps): Bump `@nextcloud/browser-storage` to 0.5.0 +* chore(deps): various minor/patch upgrades in (#827)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/827] +* ci: update reuse.yml workflow from template in (#825)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/825] +* ci: update npm-publish.yml workflow from template in (#826)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/826] + ## 2.5.2 - 2025-07-07 ### Fixed * fix(files_sharing): fallback self.crypto.randomUUID by @skjnldsv in (#822)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/822] diff --git a/package-lock.json b/package-lock.json index 0266e8a6..330f7cf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/auth", - "version": "2.5.2", + "version": "2.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/auth", - "version": "2.5.2", + "version": "2.5.3", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/browser-storage": "^0.5.0", diff --git a/package.json b/package.json index ee6f0bb2..6a658a67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/auth", - "version": "2.5.2", + "version": "2.5.3", "description": "Nextcloud helpers related to authentication and the current user", "keywords": [ "nextcloud"