Skip to content

Commit d9852e9

Browse files
committed
Merge tag 'v0.5.1'
2 parents 715c5a6 + 266ca24 commit d9852e9

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.5.1 (2018-07-19)
4+
5+
#### :rocket: Enhancement
6+
* [#21](https://github.com/cli-table/cli-table3/pull/21) Import type definition from `@types/cli-table2` ([@Turbo87](https://github.com/Turbo87))
7+
8+
#### Committers: 1
9+
- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
10+
11+
312
## v0.5.0 (2018-06-11)
413

514
#### :boom: Breaking Change
@@ -18,10 +27,9 @@
1827
* [#3](https://github.com/cli-table/cli-table3/pull/3) Add `yarn.lock` file. ([@Turbo87](https://github.com/Turbo87))
1928
* [#1](https://github.com/cli-table/cli-table3/pull/1) Skip broken test. ([@Turbo87](https://github.com/Turbo87))
2029

21-
#### Committers: 3
30+
#### Committers: 2
2231
- Daniel Ruf ([DanielRuf](https://github.com/DanielRuf))
2332
- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
24-
- [dependabot[bot]](https://github.com/apps/dependabot)
2533

2634

2735
## v0.4.0 (2018-06-10)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-table3",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
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)