From c3041c056b5e1753ed996dc3282c815ef7780513 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 22 Apr 2024 20:46:19 +0200 Subject: [PATCH] chore: Prepare 3.0.1 release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fec578..784bf8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## 3.0.1 - 2024-04-22 +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-router/compare/v3.0.0...v3.0.1) + +### Fixed +* fix: `imagePath` always adds `.svg` if no extension is set on the file name by @susnux in https://github.com/nextcloud-libraries/nextcloud-router/pull/611 +* fix: Use files whitelist instead of .npmignore to only include needed files by @susnux in https://github.com/nextcloud-libraries/nextcloud-router/pull/612 + +### Changed +* fix typo in changelog by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-router/pull/572 +* build(deps): Bump @nextcloud/typings from 1.7.0 to 1.8.0 + ## 3.0.0 - 2024-02-01 [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-router/compare/v2.2.1...v3.0.0) diff --git a/package-lock.json b/package-lock.json index 9b2cedb..8f93bf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/router", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/router", - "version": "3.0.0", + "version": "3.0.1", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/typings": "^1.7.0" diff --git a/package.json b/package.json index b4ca8a4..ec24b99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/router", - "version": "3.0.0", + "version": "3.0.1", "description": "", "homepage": "https://github.com/nextcloud-libraries/nextcloud-router#readme", "author": "Christoph Wurst",