From 2e9dd22c87b1aeda710152da28126e33117a8a88 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 18 Sep 2024 22:23:29 +0200 Subject: [PATCH] chore: Bump version to 2.5.1 Signed-off-by: Andy Scherzinger --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fa8e9..0f0c809 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.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 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",