diff --git a/CHANGELOG.md b/CHANGELOG.md index 87711848f..b87f98d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,15 @@ zombie.js-changelog(7) -- Changelog =================================== +## Version 0.12.8 2011-12-20 + Browser implementations of clearInterval/clearTimeout do not throw exceptions (Justin Tulloss) Fix resources.toString throwing an error (Mr Rogers) + 374 tests + 3.9 sec to complete + ## Version 0.12.7 2011-12-19 diff --git a/package.json b/package.json index bd1870e3c..badd09b30 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "zombie", - "version": "0.12.7", + "version": "0.12.8", "description": "Insanely fast, full-stack, headless browser testing using Node.js", "homepage": "http://zombie.labnotes.org/", "author": "Assaf Arkin (http://labnotes.org/)",