Skip to content

Commit b763a62

Browse files
v2.1.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 8da9997 commit b763a62

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 2.1.0 - 2022-10-01
5+
### Added
6+
- Maintenance mode retry handler
7+
- Expired CSRF token retry handler
8+
### Changed
9+
- Dependency updates
10+
411
## 2.0.0 - 2022-08-11
512
### Added
613
- Use 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/axios",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Axios client for Nextcloud",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)