Skip to content

Commit 67781de

Browse files
committed
chore: Prepare 2.2.0 release
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 9fd1445 commit 67781de

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

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

9+
## 2.2.0 - 2024-07-17
10+
### Fixed
11+
- fix: Adjust package.json to make `build:doc` work again and fix incorrect URL
12+
- fix: Add example of `joinPaths` to README, remove non existing travis
13+
14+
### Changed
15+
- Dependency updates
16+
- Update npm and node engines versions to current LTS
17+
- chore: Migrate to use Vite - drop Babel and Jest
18+
- ci: Update workflows from organization
19+
920
## 2.1.0 – 2021-09-28
1021
### Changed
1122
- 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.1.0",
3+
"version": "2.2.0",
44
"description": "Helper functions for working with paths in Nextcloud apps",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)