Skip to content

Commit 7239725

Browse files
committed
chore: 2.5.0
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
1 parent 5e530e2 commit 7239725

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@
66

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

9+
## 2.5.0 - 2025-05-12
10+
### Added
11+
* feat: add guest user by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-auth/pull/795
12+
13+
### Fixed
14+
* fix: returns `NextcloudUser` instead of `GuestUser` by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-auth/pull/799
15+
16+
### Changed
17+
* chore: Update workflows by @susnux in https://github.com/nextcloud-libraries/nextcloud-auth/pull/678
18+
* chore(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2 by @dependabot
19+
* chore(deps-dev): Bump @nextcloud/vite-config from 2.2.2 to 2.3.5 by @dependabot
20+
* chore(deps-dev): Bump @vitest/coverage-v8 from 2.0.5 to 2.1.8 by @dependabot
21+
* chore(deps-dev): Bump elliptic from 6.5.5 to 6.6.0 by @dependabot
22+
* chore(deps-dev): Bump eslint from 8.57.0 to 8.57.1 by @dependabot
23+
* chore(deps-dev): Bump happy-dom from 14.12.3 to 17.4.4 by @dependabot
24+
* chore(deps-dev): Bump typedoc from 0.26.10 to 0.28.4 by @dependabot
25+
* chore(deps-dev): Bump typescript from 5.5.4 to 5.8.3 by @dependabot
26+
* chore(deps-dev): Bump vite from 5.4.0 to 5.4.10 by @dependabot
27+
* chore(deps): Bump @nextcloud/event-bus from 3.3.1 to 3.3.2 by @dependabot
28+
* 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
30+
931
## 2.4.0 - 2024-08-13
1032
### Added
1133
* feat: Add CSP nonce handling (`getCSPNonce`)

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.4.0",
3+
"version": "2.5.0",
44
"description": "Nextcloud helpers related to authentication and the current user",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)