Skip to content

Commit

Permalink
chore(release): v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 13, 2025
1 parent fc8b9b9 commit 6a32ced
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

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.4.0

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

### 🚀 Enhancements

- Use upstream `@clack/prompts` ([#332](https://github.com/unjs/consola/pull/332))

### 🩹 Fixes

- Calculate box width without escape sequence chars ([#336](https://github.com/unjs/consola/pull/336))

### 💅 Refactors

- Keep prompt styles (cont. #332) ([#332](https://github.com/unjs/consola/issues/332))

### 📦 Build

- Update exports for node16 typescript resolution ([#331](https://github.com/unjs/consola/pull/331))

### 🏡 Chore

- Update deps ([9193d63](https://github.com/unjs/consola/commit/9193d63))
- Apply automated updates ([fc8b9b9](https://github.com/unjs/consola/commit/fc8b9b9))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Yongqi <[email protected]>

## v3.3.3

[compare changes](https://github.com/unjs/consola/compare/v3.3.2...v3.3.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "consola",
"version": "3.3.3",
"version": "3.4.0",
"description": "Elegant Console Wrapper",
"keywords": [
"console",
Expand Down

0 comments on commit 6a32ced

Please sign in to comment.