Skip to content

Commit 0187759

Browse files
committed
chore: Prepare 0.2.1 release
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 27943d3 commit 0187759

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 0.2.1 - 2024-06-20
6+
7+
### Fixed
8+
9+
- fix: Correctly add exports of `public` entry point \([\#30](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/30)\)
10+
- fix: Do not include test files in `dist` \([\#27](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/27)\)
11+
12+
### Changed
13+
14+
- ci: Add prettier also to CI \([\#27](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/29)\)
15+
- chore: Fix docs to correctly name `public` module \([\#28](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/28)\)
16+
517
## 0.2.0 - 2024-06-19
618

719
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/sharing",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Front-end utilities for Nextcloud files sharing",
55
"keywords": [
66
"nextcloud"

0 commit comments

Comments
 (0)