Skip to content

Commit 6857593

Browse files
authored
Merge pull request #633 from nextcloud-libraries/chore/2_3_0
chore: Prepare 2.3.0 release
2 parents 58d5a93 + d65bb16 commit 6857593

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

5+
## 2.3.0 - 2024-04-22
6+
### Added
7+
* feat: Use vite for transpiling and vitest for testing
8+
9+
### Changed
10+
* Update NPM version to LTS version 10
11+
* Bump @nextcloud/event-bus from 3.1.0 to 3.2.0
12+
* Updated development dependencies
13+
14+
## 2.2.0 - 2023-09-20
15+
### Added
16+
* Use the original property instead of depending on `OC` API for `isAdmin`
17+
18+
### Changed
19+
* Update node engines to next LTS
20+
* Bump tough-cookie from 4.1.2 to 4.1.3
21+
* Bump semver from 6.3.0 to 6.3.1
22+
* Updated development dependencies
23+
524
## 2.1.0 - 2023-05-19
625
### Fixed
726
- Fixed invalid typings for `NextcloudUser` interface

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.2.1",
3+
"version": "2.3.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)