Skip to content

Commit

Permalink
chore: Prepare 3.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 24, 2024
1 parent 4aa999d commit c499d9d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 3.0.1 - 2024-04-24
### Fixed
* fix: Drop CoreJS from package.json

### Changed
* chore(deps): Bump @nextcloud/auth from 2.2.1 to 2.3.0
* feat: Migrate to vitest for testing

## 3.0.0 - 2024-04-22
Note: This package is now ESM by default.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/logger",
"version": "3.0.0",
"version": "3.0.1",
"description": "Generic JavaScript logging interface for Nextcloud apps and libraries",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit c499d9d

Please sign in to comment.