Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

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

## 1.2.1 - 2025-11-07
### Changed
* Add SPDX headers
* chore: update Node and NPM version
This package now supports being used with Node 22 and Node 24.
* chore(deps): Bump `@nextcloud/initial-state` to 3.0.0
* ci: update workflows from organization

## 1.2.0 - 2024-04-08
### Changed
- Switched to vite for bundling
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/capabilities",
"version": "1.2.0",
"version": "1.2.1",
"description": "Nextcloud helper to obtain the server capabilities",
"keywords": [
"nextcloud"
Expand All @@ -11,7 +11,7 @@
"url": "https://github.com/nextcloud-libraries/nextcloud-capabilities"
},
"license": "GPL-3.0-or-later",
"author": "Roeland Jago Douma",
"author": "Nextcloud GmbH and Nextcloud contributors",
"type": "module",
"exports": {
".": {
Expand Down