Skip to content

Commit 0de2dee

Browse files
authored
Merge pull request #656 from nextcloud-libraries/chore/prepare-2-5-0
chore: Prepare 2.5.0 release
2 parents c282b38 + 4d7163e commit 0de2dee

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## 2.4.0 – 2023-06-28
4+
## 2.5.0 - 2024-04-30
5+
### Added
6+
* Export `isAxiosError` and Axios types - So in most cases you do not need to also depend on vanilla Axios
7+
8+
### Fixed
9+
* fix: Set X-Requested-With header on all requests to avoid browser auth dialogs
510

11+
### Changed
12+
* Update NPM to v10 for LTS Node version 20
13+
* Bump axios from 1.5.0 to 1.6.8
14+
* Bump @nextcloud/router from 2.1.2 to 3.0.1
15+
* Bump @nextcloud/auth from 2.1.0 to 2.3.0
16+
* Migrate to vite and vitest
17+
* Adjust badges and links in README
18+
19+
## 2.4.0 – 2023-06-28
620
### Fixed
721
- Fix package exports to allow Typescript projects with module
822
resolution of `Node16` or `NodeNext` to import the package

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": "3.0.0",
3+
"version": "2.5.0",
44
"description": "Axios client for Nextcloud",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)