Skip to content

Commit b339976

Browse files
authored
Merge pull request #826 from nextcloud-libraries/chore/prepare-2-3-0
chore: prepare v2.3.0
2 parents 6691029 + 95dccc0 commit b339976

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

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.3.0 - 2025-11-07
10+
### Added
11+
* feat: add `join` method that deprecates `joinPaths`
12+
913
## 2.2.2 - 2025-11-07
1014
### Changed
1115
* Dependency updates

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.2",
3+
"version": "2.3.0",
44
"description": "Helper functions for working with paths in Nextcloud apps",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)