From 4421327e841ab0b8119ec8a61b4665a6238dff77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 13 May 2025 22:46:49 +0200 Subject: [PATCH] chore: 2.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c620cbbb..34bfeffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. +## 2.5.1 - 2025-08-123 +### Fixed +* fix: listen to guest changes by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-auth/pull/803 + ## 2.5.0 - 2025-05-12 ### Added * feat: add guest user by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-auth/pull/795 @@ -26,7 +30,6 @@ All notable changes to this project will be documented in this file. * chore(deps-dev): Bump vite from 5.4.0 to 5.4.10 by @dependabot * chore(deps): Bump @nextcloud/event-bus from 3.3.1 to 3.3.2 by @dependabot * chore(deps): Bump rollup from 4.21.0 to 4.22.4 by @dependabot -**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-auth/compare/v2.4.0...v2.5.0 ## 2.4.0 - 2024-08-13 ### Added diff --git a/package-lock.json b/package-lock.json index 77fdf643..e07925cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/auth", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/auth", - "version": "2.5.0", + "version": "2.5.1", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/browser-storage": "^0.4.0", diff --git a/package.json b/package.json index 1a96981c..b4130f4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/auth", - "version": "2.5.0", + "version": "2.5.1", "description": "Nextcloud helpers related to authentication and the current user", "type": "module", "main": "dist/index.cjs",