File tree 3 files changed +25
-3
lines changed
3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
All notable changes to this project will be documented in this file.
8
8
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
+
9
31
## 2.4.0 - 2024-08-13
10
32
### Added
11
33
* feat: Add CSP nonce handling (` getCSPNonce ` )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nextcloud/auth" ,
3
- "version" : " 2.4 .0" ,
3
+ "version" : " 2.5 .0" ,
4
4
"description" : " Nextcloud helpers related to authentication and the current user" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments