Skip to content

Commit fed7675

Browse files
authored
Merge pull request #657 from nextcloud-libraries/chore/3-0-0
chore: Prepare 3.0.0 release
2 parents de61656 + 933df34 commit fed7675

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## 3.0.0 - 2024-04-22
6+
Note: This package is now ESM by default.
7+
8+
### Changed
9+
* chore: Migrate to vite and `@nextcloud/vite-config` to also build an ESM entry point
10+
* fix: Update NPM version to LTS version 10
11+
512
## 2.7.0 - 2023-09-20
613
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-logger/compare/v2.6.1...v2.7.0
714

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

0 commit comments

Comments
 (0)