Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Mar 21, 2015
1 parent 5cffd39 commit 44ad338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------

### 1.0.8
- Fix an error where the destination streams were ended prematurely [#27](https://github.com/peerigon/phridge/issues/27)

### 1.0.7
- Fix memory leak when disposing pages [#21](https://github.com/peerigon/phridge/pull/21)
- Fix confusing security warning when PhantomJS exits
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": "phridge",
"version": "1.0.7",
"version": "1.0.8",
"description": "A bridge between node and phantomjs",
"main": "./lib/main.js",
"scripts": {
Expand Down

0 comments on commit 44ad338

Please sign in to comment.