Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Version 0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed May 4, 2012
1 parent 9023ba7 commit 02d42ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ zombie.js-changelog(7) -- Changelog
Added support for `postMessage`. Added support for `postMessage`.


Added support for `window.open()` and working with more than one window at a Added support for `window.open()` and working with more than one window at a
time. time (`browser.windows`).


When following redirect with `#` in it, fire the `hashchange` event. When following redirect with `#` in it, fire the `hashchange` event.


Expand All @@ -18,7 +18,7 @@ Fixed IFrame document and window to include Zombie enhancements.
Zombie can now show FB Connect form. Zombie can now show FB Connect form.


453 tests 453 tests
10.0 sec to complete 9.8 sec to complete




## Version 0.13.6 2012-05-02 ## Version 0.13.6 2012-05-02
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "name": "zombie", { "name": "zombie",
"version": "0.13.6", "version": "0.13.7",
"description": "Insanely fast, full-stack, headless browser testing using Node.js", "description": "Insanely fast, full-stack, headless browser testing using Node.js",
"homepage": "http://zombie.labnotes.org/", "homepage": "http://zombie.labnotes.org/",
"author": "Assaf Arkin <assaf@labnotes.org> (http://labnotes.org/)", "author": "Assaf Arkin <assaf@labnotes.org> (http://labnotes.org/)",
Expand Down

0 comments on commit 02d42ac

Please sign in to comment.