Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rosshinkley committed Feb 12, 2017
1 parent 1cbe2ee commit 3cb23d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.4 / 2017-02-11
==================

* Fixes an issue where for extremely small files and fast connections, the download may complete before `downloadItem.pause()` can be called, which causes an event disposal exception when `downloadItem.resume()` is called

0.2.3 / 2017-01-04
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightmare-download-manager",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"main": "./nightmare-download-manager.js",
"description": "Add download management to NightmareJS",
Expand Down

0 comments on commit 3cb23d0

Please sign in to comment.