Skip to content

Commit 2515996

Browse files
committed
v0.6.0
1 parent 2f66fe5 commit 2515996

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## v0.6.0 (2020-03-30)
4+
5+
#### :boom: Breaking Change
6+
* [#156](https://github.com/cli-table/cli-table3/pull/156) Drop support for Node 6 and 8 ([@Turbo87](https://github.com/Turbo87))
7+
8+
#### :bug: Bug Fix
9+
* [#92](https://github.com/cli-table/cli-table3/pull/92) Emoji Length Calculation Fix ([@acupoftee](https://github.com/acupoftee))
10+
* [#53](https://github.com/cli-table/cli-table3/pull/53) "Table" union type definition fix ([@macieklad](https://github.com/macieklad))
11+
12+
#### :memo: Documentation
13+
* [#135](https://github.com/cli-table/cli-table3/pull/135) docs: use https ([@DanielRuf](https://github.com/DanielRuf))
14+
15+
#### :house: Internal
16+
* [#132](https://github.com/cli-table/cli-table3/pull/132) Update lockfile ([@DanielRuf](https://github.com/DanielRuf))
17+
* [#134](https://github.com/cli-table/cli-table3/pull/134) Fix ESLint errors ([@DanielRuf](https://github.com/DanielRuf))
18+
* [#103](https://github.com/cli-table/cli-table3/pull/103) Fix Jest configuration ([@boneskull](https://github.com/boneskull))
19+
20+
#### Committers: 5
21+
- Christopher Hiller ([@boneskull](https://github.com/boneskull))
22+
- Daniel Ruf ([@DanielRuf](https://github.com/DanielRuf))
23+
- Maciej Ładoś ([@macieklad](https://github.com/macieklad))
24+
- Tee ([@acupoftee](https://github.com/acupoftee))
25+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
26+
27+
328
## v0.5.1 (2018-07-19)
429

530
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-table3",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Pretty unicode tables for the command line. Based on the original cli-table.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)