From c499d9d52fc582c023542459f44b178c8073aa02 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 24 Apr 2024 17:47:53 +0200 Subject: [PATCH] chore: Prepare 3.0.1 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 117c9ce..2986326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-lock.json b/package-lock.json index f188c73..7623bd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/logger", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/logger", - "version": "3.0.0", + "version": "3.0.1", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.3.0" diff --git a/package.json b/package.json index b1ea25b..fc25c24 100644 --- a/package.json +++ b/package.json @@ -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",