From c24ae27d2119245ab4285d1abde9b1f25c84d0ba Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 28 Mar 2023 19:32:57 +0200 Subject: [PATCH] chore(release): v3.0.0-1 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 47 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64140e93..79c33fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,51 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## v3.0.0-1 + +[compare changes](https://github.com/unjs/consola/compare/v2.15.3...v3.0.0-1) + + +### 🚀 Enhancements + + - Default `logLevel` to 1 in test environments ([#134](https://github.com/unjs/consola/pull/134)) + - Support literal for logLevels ([#133](https://github.com/unjs/consola/pull/133)) + - Expose `createConsola` and named exports ([ef6e5e5](https://github.com/unjs/consola/commit/ef6e5e5)) + +### 🔥 Performance + + - Switch from chalk to colorette ([271b4db](https://github.com/unjs/consola/commit/271b4db)) + - Remove `dayjs` dependency ([d6a3776](https://github.com/unjs/consola/commit/d6a3776)) + +### 💅 Refactors + + - ⚠️ Rewrite consola with typescript ([4479d2f](https://github.com/unjs/consola/commit/4479d2f)) + - Rename `global` to `globalThis` ([bd03098](https://github.com/unjs/consola/commit/bd03098)) + - **utils:** Rename `global` to `globalThis` ([8c3ef77](https://github.com/unjs/consola/commit/8c3ef77)) + - Strict typechecks ([63bbd56](https://github.com/unjs/consola/commit/63bbd56)) + +### 🏡 Chore + + - Make example/index.js working ([#110](https://github.com/unjs/consola/pull/110)) + - Add LICENSE ([#121](https://github.com/unjs/consola/pull/121)) + - **npm:** Update repository to unjs orgnization ([#125](https://github.com/unjs/consola/pull/125)) + - Add prerelease script ([cfaba5e](https://github.com/unjs/consola/commit/cfaba5e)) + - Hide rollup warn ([5c3b7f1](https://github.com/unjs/consola/commit/5c3b7f1)) + - Ignore coverage ([da557ac](https://github.com/unjs/consola/commit/da557ac)) + - Update examples ([e07e3ab](https://github.com/unjs/consola/commit/e07e3ab)) + +#### ⚠️ Breaking Changes + + - ⚠️ Rewrite consola with typescript ([4479d2f](https://github.com/unjs/consola/commit/4479d2f)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Anthony Fu +- Xin Du (Clark) +- Sébastien Chopin +- Thomas K ([@ThomasKoscheck](http://github.com/ThomasKoscheck)) + ### [2.15.3](https://github.com/unjs/consola/compare/v2.15.2...v2.15.3) (2021-02-07) ### Bug Fixes diff --git a/package.json b/package.json index 0713b306..b5d1495f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "consola", - "version": "3.0.0-0", + "version": "3.0.0-1", "description": "Elegant Console Logger for Node.js and Browser", "keywords": [ "console", @@ -65,4 +65,4 @@ "winston": "^3.8.2" }, "packageManager": "pnpm@8.0.0" -} +} \ No newline at end of file