Skip to content

Commit 3b5ca76

Browse files
Merge pull request #704 from nextcloud-libraries/fix/noid/spdxLicenseString
Fix spdx license string
2 parents 0de2dee + 83251d1 commit 3b5ca76

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 2.5.1 - 2024-09-18
5+
### Fixed
6+
* Make license info SPDX compliant: GPL-3.0-or-later
7+
48
## 2.5.0 - 2024-04-30
59
### Added
610
* Export `isAxiosError` and Axios types - So in most cases you do not need to also depend on vanilla Axios

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/axios",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Axios client for Nextcloud",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.cjs",
@@ -39,7 +39,7 @@
3939
"csrf"
4040
],
4141
"author": "Christoph Wurst",
42-
"license": "GPL-3.0",
42+
"license": "GPL-3.0-or-later",
4343
"bugs": {
4444
"url": "https://github.com/nextcloud/nextcloud-axios/issues"
4545
},

0 commit comments

Comments
 (0)