Skip to content

Commit 8f77e5a

Browse files
authored
Merge pull request #296 from nextcloud-libraries/chore/prepare-v1.10.0
chore: prepare v1.10.0
2 parents 5f38ca2 + ce3de0c commit 8f77e5a

3 files changed

Lines changed: 27 additions & 5 deletions

File tree

CHANGELOG.md

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

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

9+
## 1.10.0 - 2025-11-07
10+
### Added
11+
* feat: add 30 and 31 ([#276](https://github.com/nextcloud-libraries/nextcloud-typings/pull/276))
12+
* feat: add Nextcloud 32 ([#295](https://github.com/nextcloud-libraries/nextcloud-typings/pull/295))
13+
14+
### Changed
15+
* chore: update Node and NPM version ([#294](https://github.com/nextcloud-libraries/nextcloud-typings/pull/294))
16+
This package now supports to be used with Node 22 and Node 24.
17+
* chore: add SPDX headers ([#267](https://github.com/nextcloud-libraries/nextcloud-typings/pull/267))
18+
* chore: minor refactoring and cleanup ([#281](https://github.com/nextcloud-libraries/nextcloud-typings/pull/281))
19+
* chore: add and run eslint ([#291](https://github.com/nextcloud-libraries/nextcloud-typings/pull/291))
20+
* chore: replace stub tests with type checking ([#292](https://github.com/nextcloud-libraries/nextcloud-typings/pull/292))
21+
* ci: update actions from template repo ([#269](https://github.com/nextcloud-libraries/nextcloud-typings/pull/269))
22+
* ci: Update dependabot-approve-merge.yml ([#271](https://github.com/nextcloud-libraries/nextcloud-typings/pull/271))
23+
* ci: update workflows from organization ([#280](https://github.com/nextcloud-libraries/nextcloud-typings/pull/280))
24+
* ci: update npm-publish.yml workflow from template ([#290](https://github.com/nextcloud-libraries/nextcloud-typings/pull/290))
25+
* ci: update workflows from organization ([#293](https://github.com/nextcloud-libraries/nextcloud-typings/pull/293))
26+
* docs: fix repo url and add reuse badge ([#268](https://github.com/nextcloud-libraries/nextcloud-typings/pull/268))
27+
928
## 1.9.1 - 2024-07-04
1029
### Fixed
1130
* fix: Add missing types for `OCP.Files.Router`

package-lock.json

Lines changed: 7 additions & 4 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/typings",
3-
"version": "1.9.1",
3+
"version": "1.10.0",
44
"description": "Nextcloud TypeScript typings",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)