Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0502452

Browse files
committed
chore(release): v3.3.0
1 parent 0183abc commit 0502452

2 files changed

Lines changed: 73 additions & 1 deletion

File tree

‎CHANGELOG.md‎

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,78 @@
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.0
6+
7+
[compare changes](https://github.com/unjs/consola/compare/v3.2.3...v3.3.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **utils:** `formatTree` utility ([#223](https://github.com/unjs/consola/pull/223))
12+
- Export prompt option types ([#301](https://github.com/unjs/consola/pull/301))
13+
- Support report error `cause` ([#308](https://github.com/unjs/consola/pull/308))
14+
- **prompt:** Configurable cancel strategy ([#325](https://github.com/unjs/consola/pull/325))
15+
- **formatTree:** Support max depth ([#267](https://github.com/unjs/consola/pull/267))
16+
17+
### 🩹 Fixes
18+
19+
- Use `initial` in `select` and `multiselect` prompts ([#232](https://github.com/unjs/consola/pull/232))
20+
- Make box title color same as border ([#236](https://github.com/unjs/consola/pull/236))
21+
22+
### 📖 Documentation
23+
24+
- Update screenshot ([205d9c8](https://github.com/unjs/consola/commit/205d9c8))
25+
- Add vitest ([#182](https://github.com/unjs/consola/pull/182))
26+
- Add note about raw method ([#271](https://github.com/unjs/consola/pull/271))
27+
- Add jsdocs for utils functions ([#286](https://github.com/unjs/consola/pull/286))
28+
- Add jsdocs for top-level functions ([#288](https://github.com/unjs/consola/pull/288))
29+
30+
### 📦 Build
31+
32+
- Fix subpath types ([#265](https://github.com/unjs/consola/pull/265))
33+
- Add `require` condition for browser builds ([#243](https://github.com/unjs/consola/pull/243))
34+
35+
### 🌊 Types
36+
37+
- Fix prompt with `select` type return value type ([#238](https://github.com/unjs/consola/pull/238))
38+
39+
### 🏡 Chore
40+
41+
- Update dependencies ([68b36c7](https://github.com/unjs/consola/commit/68b36c7))
42+
- Update dependencies ([dff1ef8](https://github.com/unjs/consola/commit/dff1ef8))
43+
- Update eslint to v9 ([238d677](https://github.com/unjs/consola/commit/238d677))
44+
- Lint ([985a786](https://github.com/unjs/consola/commit/985a786))
45+
- Update pnpm to v9 ([61adfbe](https://github.com/unjs/consola/commit/61adfbe))
46+
- Update ci scripts ([9545b65](https://github.com/unjs/consola/commit/9545b65))
47+
- Apply automated updates ([df0e555](https://github.com/unjs/consola/commit/df0e555))
48+
- Update dependencies ([e851525](https://github.com/unjs/consola/commit/e851525))
49+
- Fix lint issues ([8238844](https://github.com/unjs/consola/commit/8238844))
50+
- Update deps ([093d966](https://github.com/unjs/consola/commit/093d966))
51+
- Lint ([64cd547](https://github.com/unjs/consola/commit/64cd547))
52+
- Update clack/core ([e2aa5c9](https://github.com/unjs/consola/commit/e2aa5c9))
53+
54+
### 🎨 Styles
55+
56+
- Format repo ([899173f](https://github.com/unjs/consola/commit/899173f))
57+
58+
### 🤖 CI
59+
60+
- Use conventional commit for autofix ([#217](https://github.com/unjs/consola/pull/217))
61+
62+
### ❤️ Contributors
63+
64+
- Guo ([@Plumbiu](http://github.com/Plumbiu))
65+
- Pooya Parsa ([@pi0](http://github.com/pi0))
66+
- Kongmoumou ([@kongmoumou](http://github.com/kongmoumou))
67+
- Max ([@onmax](http://github.com/onmax))
68+
- Michel EDIGHOFFER <[email protected]>
69+
- SĂŠbastien Chopin ([@atinux](http://github.com/atinux))
70+
- EstĂŠban <[email protected]>
71+
- Nozomu Ikuta ([@nozomuikuta](http://github.com/nozomuikuta))
72+
- Maxim Molochkov ([@klaseca](http://github.com/klaseca))
73+
- Xjccc ([@xjccc](http://github.com/xjccc))
74+
- Gangan ([@shinGangan](http://github.com/shinGangan))
75+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
76+
577
## v3.2.3
678

779
[compare changes](https://github.com/unjs/consola/compare/v3.2.2...v3.2.3)

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "consola",
3-
"version": "3.2.3",
3+
"version": "3.3.0",
44
"description": "Elegant Console Wrapper",
55
"keywords": [
66
"console",

0 commit comments

Comments
 (0)