Skip to content

Commit b0bdcb1

Browse files
committed
prepared v1.1.2
1 parent 176ea33 commit b0bdcb1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.1.2 ###
2+
Bugfix: stdout.cursorTo/stdout.clearLine is not a function; replaced by `readline` - thanks to [remcoder on GitHub](https://github.com/AndiDittrich/Node.CLI-Progress/pull/2)
3+
14
### 1.1.1 ###
25
Bugfix: Hide cursor options was enabled by default
36

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-progress",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Easy to use Progress-Bar for Command-Line/Terminal Applications",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)