Skip to content

Commit

Permalink
Merge pull request #656 from nextcloud-libraries/chore/prepare-2-5-0
Browse files Browse the repository at this point in the history
chore: Prepare 2.5.0 release
  • Loading branch information
susnux committed Apr 30, 2024
2 parents c282b38 + 4d7163e commit 0de2dee
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

## 2.4.0 – 2023-06-28
## 2.5.0 - 2024-04-30
### Added
* Export `isAxiosError` and Axios types - So in most cases you do not need to also depend on vanilla Axios

### Fixed
* fix: Set X-Requested-With header on all requests to avoid browser auth dialogs

### Changed
* Update NPM to v10 for LTS Node version 20
* Bump axios from 1.5.0 to 1.6.8
* Bump @nextcloud/router from 2.1.2 to 3.0.1
* Bump @nextcloud/auth from 2.1.0 to 2.3.0
* Migrate to vite and vitest
* Adjust badges and links in README

## 2.4.0 – 2023-06-28
### Fixed
- Fix package exports to allow Typescript projects with module
resolution of `Node16` or `NodeNext` to import the package
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/axios",
"version": "3.0.0",
"version": "2.5.0",
"description": "Axios client for Nextcloud",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 0de2dee

Please sign in to comment.