Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Mar 30, 2020
1 parent 2f66fe5 commit 2515996
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## v0.6.0 (2020-03-30)

#### :boom: Breaking Change
* [#156](https://github.com/cli-table/cli-table3/pull/156) Drop support for Node 6 and 8 ([@Turbo87](https://github.com/Turbo87))

#### :bug: Bug Fix
* [#92](https://github.com/cli-table/cli-table3/pull/92) Emoji Length Calculation Fix ([@acupoftee](https://github.com/acupoftee))
* [#53](https://github.com/cli-table/cli-table3/pull/53) "Table" union type definition fix ([@macieklad](https://github.com/macieklad))

#### :memo: Documentation
* [#135](https://github.com/cli-table/cli-table3/pull/135) docs: use https ([@DanielRuf](https://github.com/DanielRuf))

#### :house: Internal
* [#132](https://github.com/cli-table/cli-table3/pull/132) Update lockfile ([@DanielRuf](https://github.com/DanielRuf))
* [#134](https://github.com/cli-table/cli-table3/pull/134) Fix ESLint errors ([@DanielRuf](https://github.com/DanielRuf))
* [#103](https://github.com/cli-table/cli-table3/pull/103) Fix Jest configuration ([@boneskull](https://github.com/boneskull))

#### Committers: 5
- Christopher Hiller ([@boneskull](https://github.com/boneskull))
- Daniel Ruf ([@DanielRuf](https://github.com/DanielRuf))
- Maciej Ładoś ([@macieklad](https://github.com/macieklad))
- Tee ([@acupoftee](https://github.com/acupoftee))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))


## v0.5.1 (2018-07-19)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli-table3",
"version": "0.5.1",
"version": "0.6.0",
"description": "Pretty unicode tables for the command line. Based on the original cli-table.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 2515996

Please sign in to comment.