From 1a59d976eb85c0bde98cb5d7183d21c114617547 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 12 Jun 2023 14:46:55 +0200 Subject: [PATCH] chore: Prepare v2.1.2 release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd63c7..d780cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## 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) diff --git a/package-lock.json b/package-lock.json index 56413c4..f6d85ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/router", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/router", - "version": "2.1.1", + "version": "2.1.2", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/typings": "^1.0.0", diff --git a/package.json b/package.json index d0c82a0..5e190e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/router", - "version": "2.1.1", + "version": "2.1.2", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",