From c89b7f810dd51b1da3517cf6cbca0b2ce612fdc5 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 6 Jul 2023 01:12:55 +0200 Subject: [PATCH] chore(release): v3.2.3 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e853488..1b3ffc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ 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.2.3 + +[compare changes](https://github.com/unjs/consola/compare/v3.2.2...v3.2.3) + + +### 🩹 Fixes + + - **types:** Partial style options for `box` ([#210](https://github.com/unjs/consola/pull/210)) + - **types:** Add backward compatible declarations ([e46733b](https://github.com/unjs/consola/commit/e46733b)) + +### 🏡 Chore + + - Remove extra `await` in `spinner` example ([#211](https://github.com/unjs/consola/pull/211)) + - Add autofix ci ([b3aa049](https://github.com/unjs/consola/commit/b3aa049)) + - Update prettier ([9a4b67e](https://github.com/unjs/consola/commit/9a4b67e)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Alexander Topalo +- Estéban ([@Barbapapazes](http://github.com/Barbapapazes)) + ## v3.2.2 [compare changes](https://github.com/unjs/consola/compare/v3.2.1...v3.2.2) diff --git a/package.json b/package.json index c9f6ac3..aee0823 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "consola", - "version": "3.2.2", + "version": "3.2.3", "description": "Elegant Console Wrapper", "keywords": [ "console", @@ -98,4 +98,4 @@ "node": "^14.18.0 || >=16.10.0" }, "packageManager": "pnpm@8.6.5" -} +} \ No newline at end of file