Skip to content

Commit e0d68ec

Browse files
committed
Bumping version to v0.1.2.
1 parent 8b9b539 commit e0d68ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ C:\node-exit\test\fixtures>
6666
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
6767

6868
## Release History
69+
2013-11-26 - v0.1.2 - Fixed a bug with hanging processes.
6970
2013-09-26 - v0.1.1 - Fixed some bugs. It seems to actually work now!
7071
2013-09-20 - v0.1.0 - Initial release.
7172

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "exit",
33
"description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"homepage": "https://github.com/cowboy/node-exit",
66
"author": {
77
"name": "\"Cowboy\" Ben Alman",

0 commit comments

Comments
 (0)