Skip to content

Commit c89b7f8

Browse files
committed
chore(release): v3.2.3
1 parent e46733b commit c89b7f8

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

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

33
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.
44

5+
## v3.2.3
6+
7+
[compare changes](https://github.com/unjs/consola/compare/v3.2.2...v3.2.3)
8+
9+
10+
### 🩹 Fixes
11+
12+
- **types:** Partial style options for `box` ([#210](https://github.com/unjs/consola/pull/210))
13+
- **types:** Add backward compatible declarations ([e46733b](https://github.com/unjs/consola/commit/e46733b))
14+
15+
### 🏡 Chore
16+
17+
- Remove extra `await` in `spinner` example ([#211](https://github.com/unjs/consola/pull/211))
18+
- Add autofix ci ([b3aa049](https://github.com/unjs/consola/commit/b3aa049))
19+
- Update prettier ([9a4b67e](https://github.com/unjs/consola/commit/9a4b67e))
20+
21+
### ❤️ Contributors
22+
23+
- Pooya Parsa ([@pi0](http://github.com/pi0))
24+
- Alexander Topalo <[email protected]>
25+
- Estéban ([@Barbapapazes](http://github.com/Barbapapazes))
26+
527
## v3.2.2
628

729
[compare changes](https://github.com/unjs/consola/compare/v3.2.1...v3.2.2)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "consola",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Elegant Console Wrapper",
55
"keywords": [
66
"console",
@@ -98,4 +98,4 @@
9898
"node": "^14.18.0 || >=16.10.0"
9999
},
100100
"packageManager": "[email protected]"
101-
}
101+
}

0 commit comments

Comments
 (0)