Skip to content

Commit b5e43be

Browse files
committed
chore(release): v3.3.2
1 parent 18bc852 commit b5e43be

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.3.2
6+
7+
[compare changes](https://github.com/unjs/consola/compare/v3.3.1...v3.3.2)
8+
9+
### 📦 Build
10+
11+
- Patch `string-width` for node 14 support ([421c663](https://github.com/unjs/consola/commit/421c663))
12+
- Update exports for `node16` typescript resolution ([18bc852](https://github.com/unjs/consola/commit/18bc852))
13+
14+
### ❤️ Contributors
15+
16+
- Pooya Parsa ([@pi0](http://github.com/pi0))
17+
518
## v3.3.1
619

720
[compare changes](https://github.com/unjs/consola/compare/v3.3.0...v3.3.1)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "consola",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Elegant Console Wrapper",
55
"keywords": [
66
"console",

0 commit comments

Comments
 (0)