Skip to content

Commit

Permalink
Merge pull request #657 from nextcloud-libraries/chore/3-0-0
Browse files Browse the repository at this point in the history
chore: Prepare 3.0.0 release
  • Loading branch information
susnux authored Apr 22, 2024
2 parents de61656 + 933df34 commit fed7675
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

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

### Changed
* chore: Migrate to vite and `@nextcloud/vite-config` to also build an ESM entry point
* fix: Update NPM version to LTS version 10

## 2.7.0 - 2023-09-20
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-logger/compare/v2.6.1...v2.7.0

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-beta",
"version": "3.0.0",
"description": "Generic JavaScript logging interface for Nextcloud apps and libraries",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit fed7675

Please sign in to comment.