Skip to content

Commit 4a5d17d

Browse files
authored
Merge pull request #672 from nextcloud-libraries/chore/3-0-2
chore: Prepare 3.0.2
2 parents b50b5f0 + 30c8eb5 commit 4a5d17d

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 3.0.2 - 2024-05-16
6+
### Fixed
7+
* fix: Do not leak global declared types into distribution bundle
8+
59
## 3.0.1 - 2024-04-24
610
### Fixed
711
* fix: Drop CoreJS from package.json

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/logger",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Generic JavaScript logging interface for Nextcloud apps and libraries",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)