Skip to content

Commit 636979a

Browse files
authored
Merge pull request #798 from nextcloud-libraries/chore/release-v3.1.0
chore: prepare v3.1.0
2 parents 5b68c61 + cf9cbfb commit 636979a

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

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

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

10+
## 3.1.0 - 2025-11-13
11+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-router/compare/v3.0.1...v3.1.0)
12+
13+
### Added
14+
* feat: add avatar generation URLs ([#757](https://github.com/nextcloud-libraries/nextcloud-router/pull/757))
15+
16+
### Changed
17+
* Add SPDX header ([#642](https://github.com/nextcloud-libraries/nextcloud-router/pull/642))
18+
* Harmonize license ([#673](https://github.com/nextcloud-libraries/nextcloud-router/pull/673))
19+
* chore: move from `dev:watch` back to `watch` ([#769](https://github.com/nextcloud-libraries/nextcloud-router/pull/769))
20+
* chore: update Node and NPM version ([#796](https://github.com/nextcloud-libraries/nextcloud-router/pull/796))
21+
This package now supports to be used with Node 22 and Node 24.
22+
* build(deps): Bump @nextcloud/typings from 1.8.0 to 1.9.1 ([#637](https://github.com/nextcloud-libraries/nextcloud-router/pull/637))
23+
* ci: update dependabot-approve-merge.yml ([#659](https://github.com/nextcloud-libraries/nextcloud-router/pull/659))
24+
* ci: update workflows form organization ([#614](https://github.com/nextcloud-libraries/nextcloud-router/pull/614))
25+
* ci: update reuse.yml workflow from template ([#789](https://github.com/nextcloud-libraries/nextcloud-router/pull/789))
26+
* ci: update npm-publish.yml workflow from template ([#790](https://github.com/nextcloud-libraries/nextcloud-router/pull/790))
27+
* ci: update workflows from organization ([#797](https://github.com/nextcloud-libraries/nextcloud-router/pull/797))
28+
1029
## 3.0.1 - 2024-04-22
1130
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-router/compare/v3.0.0...v3.0.1)
1231

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/router",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Utils for generating Nextcloud URLs",
55
"keywords": [
66
"nextcloud"

0 commit comments

Comments
 (0)