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

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Oct 28, 2014
1 parent d15bb5c commit cd05bb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---------

### 1.0.7
- Fix memory leak when disposing pages [#21](https://github.com/peerigon/phridge/pull/21)
- Fix confusing security warning when PhantomJS exits

### 1.0.6
- Fix potential performance issues when PhantomJS' stdin was cluttered with messages

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.6",
"version": "1.0.7",
"description": "A bridge between node and phantomjs",
"main": "./lib/main.js",
"scripts": {
Expand Down

0 comments on commit cd05bb0

Please sign in to comment.