File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed
Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 66
77All 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 ` )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments