Skip to content

Commit 4421327

Browse files
committed
chore: 2.5.1
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
1 parent 3808dd0 commit 4421327

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
All notable changes to this project will be documented in this file.
88

9+
## 2.5.1 - 2025-08-123
10+
### Fixed
11+
* fix: listen to guest changes by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-auth/pull/803
12+
913
## 2.5.0 - 2025-05-12
1014
### Added
1115
* 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.
2630
* chore(deps-dev): Bump vite from 5.4.0 to 5.4.10 by @dependabot
2731
* chore(deps): Bump @nextcloud/event-bus from 3.3.1 to 3.3.2 by @dependabot
2832
* chore(deps): Bump rollup from 4.21.0 to 4.22.4 by @dependabot
29-
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-auth/compare/v2.4.0...v2.5.0
3033

3134
## 2.4.0 - 2024-08-13
3235
### Added

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/auth",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Nextcloud helpers related to authentication and the current user",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)