Skip to content

Commit

Permalink
chore: Prepare v2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Aug 13, 2024
1 parent 7a8c744 commit c40ecad
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@

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

## 2.4.0 - 2024-08-13
### Added
* feat: Add CSP nonce handling (`getCSPNonce`)
* feat: add guest nickname handling

### Changed
* Add SPDX headers
* docs: Fix link to online docs
* test: Add missing tests for request token
* chore(deps): Bump @nextcloud/event-bus to 3.3.1
* Updated development dependencies

## 2.3.0 - 2024-04-22
### Added
* feat: Use vite for transpiling and vitest for testing
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/auth",
"version": "2.3.0",
"version": "2.4.0",
"description": "Nextcloud helpers related to authentication and the current user",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit c40ecad

Please sign in to comment.