Skip to content

Commit

Permalink
Merge pull request #679 from nextcloud-libraries/chore/2.2.0
Browse files Browse the repository at this point in the history
chore: Prepare 2.2.0 release
  • Loading branch information
susnux authored Jul 17, 2024
2 parents 9fd1445 + 67781de commit a21c1bb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@

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

## 2.2.0 - 2024-07-17
### Fixed
- fix: Adjust package.json to make `build:doc` work again and fix incorrect URL
- fix: Add example of `joinPaths` to README, remove non existing travis

### Changed
- Dependency updates
- Update npm and node engines versions to current LTS
- chore: Migrate to use Vite - drop Babel and Jest
- ci: Update workflows from organization

## 2.1.0 – 2021-09-28
### Changed
- Dependency updates
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/paths",
"version": "2.1.0",
"version": "2.2.0",
"description": "Helper functions for working with paths in Nextcloud apps",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit a21c1bb

Please sign in to comment.