File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 66
77All 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
Original file line number Diff line number Diff line change 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"
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 "." : {
You can’t perform that action at this time.
0 commit comments