Skip to content

Commit

Permalink
Merge pull request #540 from nextcloud/prepare-2.1.0-release
Browse files Browse the repository at this point in the history
Prepare 2.1.0 release
  • Loading branch information
susnux committed May 19, 2023
2 parents c3dd750 + 7f721cc commit fc70bcb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 21 deletions.
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## 2.1.0 - 2023-05-19
### Fixed
- Fixed invalid typings for `NextcloudUser` interface
- Use explicit file extensions for ES module files

### Changed
- Current user and CSRF token are now initilized on first usage
- Dependency updates

## 2.0.0 - 2022-08-11
### Added
- Rollup as bundler
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.0.0",
"version": "2.1.0",
"description": "Nextcloud helpers related to authentication and the current user",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit fc70bcb

Please sign in to comment.