Skip to content

Commit e49b32f

Browse files
author
bcoe
committed
chore(release): 5.0.0
1 parent e1ad447 commit e49b32f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
# [5.0.0](https://github.com/yargs/cliui/compare/v4.1.0...v5.0.0) (2019-04-10)
6+
7+
8+
### Bug Fixes
9+
10+
* Update wrap-ansi to fix compatibility with latest versions of chalk. ([#60](https://github.com/yargs/cliui/issues/60)) ([7bf79ae](https://github.com/yargs/cliui/commit/7bf79ae))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* Drop support for node < 6.
16+
17+
18+
519
<a name="4.1.0"></a>
620
# [4.1.0](https://github.com/yargs/cliui/compare/v4.0.0...v4.1.0) (2018-04-23)
721

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": "4.1.0",
3+
"version": "5.0.0",
44
"description": "easily create complex multi-column command-line-interfaces",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)