Skip to content

Commit 4611b72

Browse files
authored
Merge pull request #677 from nextcloud-libraries/chore/release
chore: Prepare v2.4.0
2 parents 7a8c744 + c40ecad commit 4611b72

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

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

9+
## 2.4.0 - 2024-08-13
10+
### Added
11+
* feat: Add CSP nonce handling (`getCSPNonce`)
12+
* feat: add guest nickname handling
13+
14+
### Changed
15+
* Add SPDX headers
16+
* docs: Fix link to online docs
17+
* test: Add missing tests for request token
18+
* chore(deps): Bump @nextcloud/event-bus to 3.3.1
19+
* Updated development dependencies
20+
921
## 2.3.0 - 2024-04-22
1022
### Added
1123
* feat: Use vite for transpiling and vitest for testing

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/auth",
3-
"version": "2.3.0",
3+
"version": "2.4.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)