Skip to content

Commit 7ce29e7

Browse files
chore: release 7.0.0 (#81)
1 parent 725812e commit 7ce29e7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
## [7.0.0](https://www.github.com/yargs/cliui/compare/v6.0.0...v7.0.0) (2020-08-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* tsc/ESM/Deno support (#82)
11+
* modernize deps and build (#80)
12+
13+
### Build System
14+
15+
* modernize deps and build ([#80](https://www.github.com/yargs/cliui/issues/80)) ([339d08d](https://www.github.com/yargs/cliui/commit/339d08dc71b15a3928aeab09042af94db2f43743))
16+
17+
18+
### Code Refactoring
19+
20+
* tsc/ESM/Deno support ([#82](https://www.github.com/yargs/cliui/issues/82)) ([4b777a5](https://www.github.com/yargs/cliui/commit/4b777a5fe01c5d8958c6708695d6aab7dbe5706c))
21+
522
## [6.0.0](https://www.github.com/yargs/cliui/compare/v5.0.0...v6.0.0) (2019-11-10)
623

724

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

0 commit comments

Comments
 (0)