Skip to content

Commit 7f721cc

Browse files
committed
chore: Prepare 2.1.0 release
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent c3dd750 commit 7f721cc

File tree

4 files changed

+12
-21
lines changed

4 files changed

+12
-21
lines changed

.travis.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

CHANGELOG.md

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

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

5+
## 2.1.0 - 2023-05-19
6+
### Fixed
7+
- Fixed invalid typings for `NextcloudUser` interface
8+
- Use explicit file extensions for ES module files
9+
10+
### Changed
11+
- Current user and CSRF token are now initilized on first usage
12+
- Dependency updates
13+
514
## 2.0.0 - 2022-08-11
615
### Added
716
- Rollup as bundler

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.0.0",
3+
"version": "2.1.0",
44
"description": "Nextcloud helpers related to authentication and the current user",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)