Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Prepare 2.5.0 release #656

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading