Skip to content

Commit 1127ad0

Browse files
committed
chore(release): 2.0.0
1 parent 78ac044 commit 1127ad0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# Change Log
1+
# Changelog
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+
## [2.0.0](https://github.com/medikoo/cli-color/compare/v1.4.0...v2.0.0) (2019-10-09)
6+
7+
### Features
8+
9+
- Support NO_COLOR standard ([8f2a4eb](https://github.com/medikoo/cli-color/commit/8f2a4eb))
10+
11+
### BREAKING CHANGES
12+
13+
- ANSI color codes won't be generated for output, when NO_COLOR env var is set
14+
515
<a name="1.4.0"></a>
616

717
# [1.4.0](https://github.com/medikoo/cli-color/compare/v1.3.0...v1.4.0) (2018-10-23)

package.json

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