From 203fe1685137afc7a17d47e4f9b0e97deedca8b9 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 24 Jul 2024 17:32:37 +0200 Subject: [PATCH] chore: Prepare 0.2.3 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4313019..02de3f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ All notable changes to this project will be documented in this file. +## 0.2.3 - 2024-07-24 + +### Fixed + +- fix: Typo in `ShareType.Group` + +### Changed + +- Add SPDX license information header + ## 0.2.2 - 2024-06-20 ### Fixed diff --git a/package-lock.json b/package-lock.json index a3aafb7..6c1d31e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/sharing", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/sharing", - "version": "0.2.2", + "version": "0.2.3", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/initial-state": "^2.2.0" diff --git a/package.json b/package.json index 3ab7d0a..df56ac4 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/sharing", - "version": "0.2.2", + "version": "0.2.3", "description": "Front-end utilities for Nextcloud files sharing", "keywords": [ "nextcloud" ], "license": "GPL-3.0-or-later", - "author": "Christoph Wurst", + "author": "Nextcloud GmbH and Nextcloud contributors", "type": "module", "exports": { ".": {