Skip to content

Commit 6a32ced

Browse files
committed
chore(release): v3.4.0
1 parent fc8b9b9 commit 6a32ced

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
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.4.0
6+
7+
[compare changes](https://github.com/unjs/consola/compare/v3.3.3...v3.4.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Use upstream `@clack/prompts` ([#332](https://github.com/unjs/consola/pull/332))
12+
13+
### 🩹 Fixes
14+
15+
- Calculate box width without escape sequence chars ([#336](https://github.com/unjs/consola/pull/336))
16+
17+
### 💅 Refactors
18+
19+
- Keep prompt styles (cont. #332) ([#332](https://github.com/unjs/consola/issues/332))
20+
21+
### 📦 Build
22+
23+
- Update exports for node16 typescript resolution ([#331](https://github.com/unjs/consola/pull/331))
24+
25+
### 🏡 Chore
26+
27+
- Update deps ([9193d63](https://github.com/unjs/consola/commit/9193d63))
28+
- Apply automated updates ([fc8b9b9](https://github.com/unjs/consola/commit/fc8b9b9))
29+
30+
### ❤️ Contributors
31+
32+
- Pooya Parsa ([@pi0](http://github.com/pi0))
33+
- Yongqi <yongqi14@qq.com>
34+
535
## v3.3.3
636

737
[compare changes](https://github.com/unjs/consola/compare/v3.3.2...v3.3.3)

package.json

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

0 commit comments

Comments
 (0)