From da609dce986c7a1755c754b960fa7fb99a03a7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 18 Oct 2023 08:56:29 +0200 Subject: [PATCH] 2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- CHANGELOG.md | 23 +++++++++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d780cf0..d332162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,34 @@ All notable changes to this project will be documented in this file. -## 2.1.2 – 2023-06-13 +## 2.2.0 - 2023-10-18 +[Full Changelog](https://github.com/nextcloud/nextcloud-router/compare/v2.1.2...v2.2.0) + +### What's Changed +* chore: update NC typings versions by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-router/pull/491 +* chore: update node engines to next LTS by @nextcloud-command in https://github.com/nextcloud-libraries/nextcloud-router/pull/493 +* fix(docs): adjust link to docs by @raimund-schluessler in https://github.com/nextcloud-libraries/nextcloud-router/pull/503 + +### Dependencies +* build(deps-dev): Bump @babel/cli from 7.22.10 to 7.22.10 by @dependabot +* build(deps-dev): Bump @babel/core from 7.22.10 to 7.23.2 by @dependabot +* build(deps-dev): Bump @babel/preset-env from 7.22.10 to 7.22.10 by @dependabot +* build(deps-dev): Bump @babel/preset-typescript from 7.22.11 to 7.23.2 by @dependabot +* build(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0 by @dependabot +* build(deps-dev): Bump typedoc from 0.24.8 to 0.25.2 by @dependabot +* build(deps-dev): Bump typescript from 5.1.3 to 5.2.2 by @dependabot +* build(deps): Bump core-js from 3.30.2 to 8.4.31 by @dependabot + +### New Contributors +* @raimund-schluessler made their first contribution in https://github.com/nextcloud-libraries/nextcloud-router/pull/503 +## 2.1.2 – 2023-06-13 [Full Changelog](https://github.com/nextcloud/nextcloud-router/compare/v2.1.1...v2.1.2) ### Fixed - Do not export the declaration of `window.OC` to prevent typing clashes with applications ## 2.1.1 – 2023-04-21 - [Full Changelog](https://github.com/nextcloud/nextcloud-router/compare/v2.1.0...v2.1.1) ### Fixed diff --git a/package-lock.json b/package-lock.json index 5c63445..1eef484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/router", - "version": "2.1.2", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/router", - "version": "2.1.2", + "version": "2.2.0", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/typings": "^1.7.0", diff --git a/package.json b/package.json index ef136ed..70408b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/router", - "version": "2.1.2", + "version": "2.2.0", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",