Skip to content

Commit 7eec105

Browse files
author
Benjamin Coe
committed
chore(release): 2.0.0
1 parent c463aea commit 7eec105

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
<a name="2.0.0"></a>
6+
# [2.0.0](https://github.com/yargs/set-blocking/compare/v1.0.0...v2.0.0) (2016-05-17)
7+
8+
9+
### Features
10+
11+
* add an isTTY check ([#3](https://github.com/yargs/set-blocking/issues/3)) ([66ce277](https://github.com/yargs/set-blocking/commit/66ce277))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* stdio/stderr will not be set to blocking if isTTY === false
17+
18+
19+
520
<a name="1.0.0"></a>
621
# 1.0.0 (2016-05-14)
722

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "set-blocking",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "set blocking stdio and stderr ensuring that terminal output does not truncate",
55
"main": "index.js",
66
"scripts": {
@@ -39,4 +39,4 @@
3939
"index.js",
4040
"LICENSE.txt"
4141
]
42-
}
42+
}

0 commit comments

Comments
 (0)