Skip to content

Commit

Permalink
chore(release): v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 27, 2023
1 parent 6ad2def commit 01b9761
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,38 @@

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

[compare changes](https://github.com/unjs/consola/compare/v3.1.0...v3.2.0)


### 🚀 Enhancements

- **fancy:** Support underlining ([#191](https://github.com/unjs/consola/pull/191))
- `consola.box` ([#193](https://github.com/unjs/consola/pull/193))
- `consola/utils` subpath export ([#199](https://github.com/unjs/consola/pull/199))
- Color utils ([#200](https://github.com/unjs/consola/pull/200))

### 🩹 Fixes

- Inherit mocks ([#183](https://github.com/unjs/consola/pull/183))
- Correct and improve return types for single and multi select prompts ([#197](https://github.com/unjs/consola/pull/197))
- Preserve tag casing ([#190](https://github.com/unjs/consola/pull/190))

### 🏡 Chore

- Update prompt example ([#196](https://github.com/unjs/consola/pull/196))
- Lint code ([d424218](https://github.com/unjs/consola/commit/d424218))
- Update dependencies ([dabb705](https://github.com/unjs/consola/commit/dabb705))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Christian Preston ([@cpreston321](http://github.com/cpreston321))
- Leex ([@jsonleex](http://github.com/jsonleex))
- Inesh Bose
- Damian Głowala

## v3.1.0

[compare changes](https://github.com/unjs/consola/compare/v3.0.2...v3.1.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "consola",
"version": "3.1.0",
"version": "3.2.0",
"description": "Elegant Console Wrapper",
"keywords": [
"console",
Expand Down Expand Up @@ -95,4 +95,4 @@
"vitest": "^0.32.2"
},
"packageManager": "pnpm@8.6.5"
}
}

0 comments on commit 01b9761

Please sign in to comment.