Skip to content

Commit

Permalink
chore(release): v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 11, 2023
1 parent ad24029 commit 725f3cf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,24 @@

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

[compare changes](https://github.com/unjs/consola/compare/v3.0.0...v3.0.1)


### 🩹 Fixes

- **utils:** Use default `stream.write` for workers support ([#173](https://github.com/unjs/consola/pull/173))
- Wrap `options.stdout` and `options.stderr` for wrapStd ([ab59db6](https://github.com/unjs/consola/commit/ab59db6))

### 💅 Refactors

- **fancy:** More minimal badges when width cannot be determined ([ad24029](https://github.com/unjs/consola/commit/ad24029))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v3.0.0

[compare changes](https://github.com/unjs/consola/compare/v2.15.2...v3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "consola",
"version": "3.0.0",
"version": "3.0.1",
"description": "Elegant Console Wrapper",
"keywords": [
"console",
Expand Down

0 comments on commit 725f3cf

Please sign in to comment.