Skip to content

Commit a4a7d45

Browse files
authored
Merge pull request #681 from nextcloud-libraries/chore/2-2-1
chore: Prepare v2.2.1
2 parents 54e3e29 + 36f64a2 commit a4a7d45

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

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

9+
## 2.2.1 - 2024-07-25
10+
### Fixed
11+
- fix: Correctly setup Typescript root to emit declarations
12+
913
## 2.2.0 - 2024-07-17
1014
### Fixed
1115
- fix: Adjust package.json to make `build:doc` work again and fix incorrect URL

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/paths",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Helper functions for working with paths in Nextcloud apps",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)