Skip to content

Commit

Permalink
chore: Bump version to 2.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
  • Loading branch information
AndyScherzinger committed Sep 18, 2024
1 parent 351d7af commit 2e9dd22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## 2.5.0 - 2024-09-18
### Fixed
* Make license info SPDX compliant: GPL-3.0-or-later

## 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
Expand Down
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": "2.5.0",
"version": "2.5.1",
"description": "Axios client for Nextcloud",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 2e9dd22

Please sign in to comment.