From b4b426ece2b3abb35d7e9e33973c05374f12c2f3 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 7 Nov 2025 09:57:24 +0100 Subject: [PATCH] chore: prepare v1.2.1 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 185f691..c1e02d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 886dc31..be1b279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/capabilities", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/capabilities", - "version": "1.2.0", + "version": "1.2.1", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/initial-state": "^3.0.0" diff --git a/package.json b/package.json index 91a8376..74f47d6 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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": { ".": {