From f03c09fb04aaf750581c1ca5a33e01ff5606465d Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 24 Jan 2024 18:09:54 +0100 Subject: [PATCH] chore: Prepare new release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d332162..43cf05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## 2.2.1 - 2024-01-24 +[Full Changelog](https://github.com/nextcloud/nextcloud-router/compare/v2.2.0...v2.2.1) + +### Fixed +* fix: Do not rely on `OC.webroots` or `OC.appwebroots` but use own logic by @susnux in https://github.com/nextcloud-libraries/nextcloud-router/pull/560 + +### Changed +* chore: Update NPM version to 10 to align with version shipped by LTS Node 20 by @susnux in https://github.com/nextcloud-libraries/nextcloud-router/pull/559 + ## 2.2.0 - 2023-10-18 [Full Changelog](https://github.com/nextcloud/nextcloud-router/compare/v2.1.2...v2.2.0) diff --git a/package-lock.json b/package-lock.json index 67fd421..ea5e979 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/router", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/router", - "version": "2.2.0", + "version": "2.2.1", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/typings": "^1.7.0", diff --git a/package.json b/package.json index 4ae67bd..e08a6b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/router", - "version": "2.2.0", + "version": "2.2.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",