diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fa8e9..5920023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.5.1 - 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 diff --git a/package-lock.json b/package-lock.json index 62089c4..5e79aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "@nextcloud/axios", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/axios", - "version": "2.5.0", - "license": "GPL-3.0", + "version": "2.5.1", + "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.3.0", "@nextcloud/router": "^3.0.1", diff --git a/package.json b/package.json index a1d36dc..5ba7057 100644 --- a/package.json +++ b/package.json @@ -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",