From 61219fac954e10dd78cb1748a3fd4fed761686aa Mon Sep 17 00:00:00 2001 From: Assaf Arkin Date: Sat, 26 May 2012 18:59:31 -0700 Subject: [PATCH] Version 1.1.6 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a324f638..d99eb679a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ zombie.js-changelog(7) -- Changelog =================================== -## Version 1.1.6 2012-05-24 +## Version 1.1.6 2012-05-26 Fire `focus` and `blur` events when filling fields, selecting fields, pressing button and switching windows. diff --git a/package.json b/package.json index 45b4374d9..b17aafc3b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "zombie", - "version": "1.1.5", + "version": "1.1.6", "description": "Insanely fast, full-stack, headless browser testing using Node.js", "homepage": "http://zombie.labnotes.org/", "author": "Assaf Arkin (http://labnotes.org/)",