From e1d9625293139e32c2197cd772fcbfc88948652e Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Tue, 26 Aug 2025 15:22:35 +0200 Subject: [PATCH] chore: 2.6.0 Signed-off-by: skjnldsv --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0ea48..8e31b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. +## 2.6.0 - 2025-08-26 +## Changed +* chore(deps): various minor/patch upgrades by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-auth/pull/827 +* ci: update reuse.yml workflow from template by @susnux in https://github.com/nextcloud-libraries/nextcloud-auth/pull/825 +* ci: update npm-publish.yml workflow from template by @susnux in 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 a888c3e..28955e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/auth", - "version": "2.5.2", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/auth", - "version": "2.5.2", + "version": "2.6.0", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/browser-storage": "^0.4.0", diff --git a/package.json b/package.json index 5405de5..8db516a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/auth", - "version": "2.5.2", + "version": "2.6.0", "description": "Nextcloud helpers related to authentication and the current user", "keywords": [ "nextcloud"