Skip to content

Commit e9f6c5c

Browse files
authored
Merge pull request #34 from nextcloud-libraries/chore/prepare-0-2-3
chore: Prepare 0.2.3
2 parents 4eb022a + 203fe16 commit e9f6c5c

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77

88
All notable changes to this project will be documented in this file.
99

10+
## 0.2.3 - 2024-07-24
11+
12+
### Fixed
13+
14+
- fix: Typo in `ShareType.Group`
15+
16+
### Changed
17+
18+
- Add SPDX license information header
19+
1020
## 0.2.2 - 2024-06-20
1121

1222
### Fixed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@nextcloud/sharing",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Front-end utilities for Nextcloud files sharing",
55
"keywords": [
66
"nextcloud"
77
],
88
"license": "GPL-3.0-or-later",
9-
"author": "Christoph Wurst",
9+
"author": "Nextcloud GmbH and Nextcloud contributors",
1010
"type": "module",
1111
"exports": {
1212
".": {

0 commit comments

Comments
 (0)