Skip to content

Commit

Permalink
Merge pull request #704 from nextcloud-libraries/fix/noid/spdxLicense…
Browse files Browse the repository at this point in the history
…String

Fix spdx license string
  • Loading branch information
ChristophWurst authored Sep 18, 2024
2 parents 0de2dee + 83251d1 commit 3b5ca76
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
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.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
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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 Expand Up @@ -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"
},
Expand Down

0 comments on commit 3b5ca76

Please sign in to comment.