Skip to content

Commit

Permalink
Merge pull request #633 from nextcloud-libraries/chore/2_3_0
Browse files Browse the repository at this point in the history
chore: Prepare 2.3.0 release
  • Loading branch information
susnux authored Apr 22, 2024
2 parents 58d5a93 + d65bb16 commit 6857593
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## 2.3.0 - 2024-04-22
### Added
* feat: Use vite for transpiling and vitest for testing

### Changed
* Update NPM version to LTS version 10
* Bump @nextcloud/event-bus from 3.1.0 to 3.2.0
* Updated development dependencies

## 2.2.0 - 2023-09-20
### Added
* Use the original property instead of depending on `OC` API for `isAdmin`

### Changed
* Update node engines to next LTS
* Bump tough-cookie from 4.1.2 to 4.1.3
* Bump semver from 6.3.0 to 6.3.1
* Updated development dependencies

## 2.1.0 - 2023-05-19
### Fixed
- Fixed invalid typings for `NextcloudUser` interface
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.2.1",
"version": "2.3.0",
"description": "Nextcloud helpers related to authentication and the current user",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 6857593

Please sign in to comment.