Skip to content

Commit de0a7b5

Browse files
authored
Merge pull request #613 from nextcloud-libraries/chore/3-0-1
chore: Prepare 3.0.1 release
2 parents 3d0682c + c3041c0 commit de0a7b5

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## 3.0.1 - 2024-04-22
6+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-router/compare/v3.0.0...v3.0.1)
7+
8+
### Fixed
9+
* fix: `imagePath` always adds `.svg` if no extension is set on the file name by @susnux in https://github.com/nextcloud-libraries/nextcloud-router/pull/611
10+
* fix: Use files whitelist instead of .npmignore to only include needed files by @susnux in https://github.com/nextcloud-libraries/nextcloud-router/pull/612
11+
12+
### Changed
13+
* fix typo in changelog by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-router/pull/572
14+
* build(deps): Bump @nextcloud/typings from 1.7.0 to 1.8.0
15+
516
## 3.0.0 - 2024-02-01
617
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-router/compare/v2.2.1...v3.0.0)
718

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/router",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "",
55
"homepage": "https://github.com/nextcloud-libraries/nextcloud-router#readme",
66
"author": "Christoph Wurst",

0 commit comments

Comments
 (0)