Skip to content

Commit 060b73e

Browse files
chore(master): release 9.0.0 (#167)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01013ba commit 060b73e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [9.0.0](https://github.com/yargs/cliui/compare/v8.0.1...v9.0.0) (2025-03-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* cliui is now ESM only ([#165](https://github.com/yargs/cliui/issues/165))
11+
12+
### Features
13+
14+
* cliui is now ESM only ([#165](https://github.com/yargs/cliui/issues/165)) ([5a521de](https://github.com/yargs/cliui/commit/5a521de7ea88f262236394c8d96775bcf50ff0a4))
15+
516
## [8.0.1](https://github.com/yargs/cliui/compare/v8.0.0...v8.0.1) (2022-10-01)
617

718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cliui",
3-
"version": "8.0.1",
3+
"version": "9.0.0",
44
"description": "easily create complex multi-column command-line-interfaces",
55
"main": "build/index.mjs",
66
"exports": {

0 commit comments

Comments
 (0)