Skip to content

Commit b3ca1b8

Browse files
chore(master): release 9.1.0
1 parent 04ccc25 commit b3ca1b8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1.0](https://github.com/yargs/cliui/compare/v9.0.0...v9.1.0) (2025-03-17)
6+
7+
8+
### Features
9+
10+
* make require("cliui") work as expected for CJS ([#171](https://github.com/yargs/cliui/issues/171)) ([04ccc25](https://github.com/yargs/cliui/commit/04ccc250e30a059292c03fa1ef0a8661f8d93dfe))
11+
512
## [9.0.0](https://github.com/yargs/cliui/compare/v8.0.1...v9.0.0) (2025-03-16)
613

714

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": "9.0.0",
3+
"version": "9.1.0",
44
"description": "easily create complex multi-column command-line-interfaces",
55
"main": "build/index.mjs",
66
"exports": {

0 commit comments

Comments
 (0)