Skip to content

Commit 2b48b1d

Browse files
committed
Release 0.0.5
1 parent fa751ad commit 2b48b1d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
0.0.5 / 2012-08-07
3+
==================
4+
5+
* add ability to tick by zero chunks - tick(0)
6+
* fix ETA. Closes #4 [lwille]
7+
28
0.0.4 / 2011-11-14
39
==================
410

lib/node-progress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exports = module.exports = ProgressBar;
1414
* Library version.
1515
*/
1616

17-
exports.version = '0.0.4';
17+
exports.version = '0.0.5';
1818

1919
/**
2020
* Initialize a `ProgressBar` with the given

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "progress"
3-
, "version": "0.0.4"
3+
, "version": "0.0.5"
44
, "description": "Flexible ascii progress bar"
55
, "keywords": ["cli", "progress"]
66
, "author": "TJ Holowaychuk <tj@vision-media.ca>"

0 commit comments

Comments
 (0)