From 01877598de39d0477f437476a05488153594389d Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 20 Jun 2024 10:39:33 +0200 Subject: [PATCH] chore: Prepare 0.2.1 release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22870e8..5fb9abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## 0.2.1 - 2024-06-20 + +### Fixed + +- fix: Correctly add exports of `public` entry point \([\#30](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/30)\) +- fix: Do not include test files in `dist` \([\#27](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/27)\) + +### Changed + +- ci: Add prettier also to CI \([\#27](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/29)\) +- chore: Fix docs to correctly name `public` module \([\#28](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/28)\) + ## 0.2.0 - 2024-06-19 ### Added diff --git a/package-lock.json b/package-lock.json index 536c56a..0cd9cb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/sharing", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/sharing", - "version": "0.2.0", + "version": "0.2.1", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/initial-state": "^2.2.0" diff --git a/package.json b/package.json index e1045da..c9aee71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/sharing", - "version": "0.2.0", + "version": "0.2.1", "description": "Front-end utilities for Nextcloud files sharing", "keywords": [ "nextcloud"