Skip to content

Commit f6078ef

Browse files
committed
chore: prepare v2.5.2
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent fb3edee commit f6078ef

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 2.5.2 - 2025-09-13
9+
### Fixed
10+
* fix: add missing config interface typing for `reloadExpiredSession`
11+
12+
### Changed
13+
* refactor: add SPDX headers
14+
* refactor: migrate REUSE to TOML format
15+
* refactor: resolve Typescript errors and stabilize tests
16+
* chore: migrate to ESLint v9
17+
* chore: allow wider `engine` version range
18+
* chore: adjust `package.json`
19+
* make order consistent with other libraries
20+
* update maintainer information
21+
* fix wrong URLs
22+
* ci: update reuse.yml workflow from organization
23+
* ci: update npm-publish.yml workflow from template
24+
* ci: update workflows from organization
25+
* Bump `@nextcloud/auth` to 2.5.1
26+
* Bump `axios` to 1.12.1
27+
828
## 2.5.1 - 2024-09-18
929
### Fixed
1030
* Make license info SPDX compliant: GPL-3.0-or-later

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.5.1",
3+
"version": "2.5.2",
44
"description": "Axios client for Nextcloud",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)