Skip to content

Commit

Permalink
chore(release): v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 5, 2023
1 parent e46733b commit c89b7f8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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 <topaloalexander@gmail.com>
- Estéban ([@Barbapapazes](http://github.com/Barbapapazes))

## v3.2.2

[compare changes](https://github.com/unjs/consola/compare/v3.2.1...v3.2.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "consola",
"version": "3.2.2",
"version": "3.2.3",
"description": "Elegant Console Wrapper",
"keywords": [
"console",
Expand Down Expand Up @@ -98,4 +98,4 @@
"node": "^14.18.0 || >=16.10.0"
},
"packageManager": "pnpm@8.6.5"
}
}

0 comments on commit c89b7f8

Please sign in to comment.