From f5b582a681a639e8651b859da89c279882dd0e44 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 18 Sep 2024 22:22:56 +0200 Subject: [PATCH 1/2] fix: Update license string to be SPDX compliant Signed-off-by: Andy Scherzinger --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a70c8d8..a1d36dc 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "csrf" ], "author": "Christoph Wurst", - "license": "GPL-3.0", + "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/nextcloud/nextcloud-axios/issues" }, From 83251d1f73f8f4c2b6cd46d657f994268cefb275 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 18 Sep 2024 22:23:29 +0200 Subject: [PATCH 2/2] chore: Bump version to 2.5.1 Signed-off-by: Andy Scherzinger --- CHANGELOG.md | 4 ++++ package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) 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",