Skip to content

Commit 5b85ddb

Browse files
committed
chore(release): 1.3.0
1 parent c4f765f commit 5b85ddb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="1.3.0"></a>
6+
# [1.3.0](https://github.com/medikoo/cli-color/compare/v1.2.0...v1.3.0) (2018-08-20)
7+
8+
9+
### Bug Fixes
10+
11+
* downgrade ansi-regex to not break support for old Node.js versions ([c4f765f](https://github.com/medikoo/cli-color/commit/c4f765f))
12+
13+
14+
### Features
15+
16+
* **colums:** support multine cells ([585fc59](https://github.com/medikoo/cli-color/commit/585fc59))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-color",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Colors, formatting and other tools for the console",
55
"author": "Mariusz Nowak <[email protected]> (http://www.medikoo.com/)",
66
"keywords": [

0 commit comments

Comments
 (0)