Skip to content

Commit a19d132

Browse files
committed
chore: prepare v3.0.3
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent b68f8f6 commit a19d132

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

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

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

9+
## 3.0.3 - 2025-11-07
10+
### Changed
11+
* Add SPDX headers ([#683](https://github.com/nextcloud-libraries/nextcloud-logger/pull/683))
12+
* Migrate REUSE to TOML format ([#696](https://github.com/nextcloud-libraries/nextcloud-logger/pull/696))
13+
* chore(deps): Bump @nextcloud/auth from 2.3.0 to 2.4.0 ([#717](https://github.com/nextcloud-libraries/nextcloud-logger/pull/717))
14+
* chore(deps): Bump rollup from 4.21.0 to 4.22.4 ([#735](https://github.com/nextcloud-libraries/nextcloud-logger/pull/735))
15+
* chore(deps): Bump @nextcloud/auth from 2.4.0 to 2.5.1 ([#863](https://github.com/nextcloud-libraries/nextcloud-logger/pull/863))
16+
* chore: move from `dev:watch` to `watch` ([#859](https://github.com/nextcloud-libraries/nextcloud-logger/pull/859))
17+
* ci: update reuse.yml workflow from template ([#887](https://github.com/nextcloud-libraries/nextcloud-logger/pull/887))
18+
* ci: update npm-publish.yml workflow from template ([#888](https://github.com/nextcloud-libraries/nextcloud-logger/pull/888))
19+
* ci: update dependabot-approve-merge.yml from org ([#724](https://github.com/nextcloud-libraries/nextcloud-logger/pull/724))
20+
921
## 3.0.2 - 2024-05-16
1022
### Fixed
1123
* fix: Do not leak global declared types into distribution bundle

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/logger",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Generic JavaScript logging interface for Nextcloud apps and libraries",
55
"keywords": [
66
"nextcloud"
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/nextcloud-libraries/nextcloud-logger"
1212
},
1313
"license": "GPL-3.0-or-later",
14-
"author": "Christoph Wurst",
14+
"author": "Nextcloud GmbH and Nextcloud contributors",
1515
"type": "module",
1616
"exports": {
1717
".": {

0 commit comments

Comments
 (0)