Skip to content

Commit

Permalink
Bump version to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlavin committed Nov 8, 2016
1 parent 4100779 commit e8eb3fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Version 5.0.2 2016-11-04

ADDED implementations of offsetWidth, offsetHeight and fixed getClientRects
so that jquery will detect reliableHiddenOffsets as true

726 passing (17s)
12 pending


## Version 5.0.1 2016-11-04

ADDED stub implementation of HTMLElement.getClientRects() to support jquery 1.12 implementation of width()
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": "zombie",
"version": "5.0.1",
"version": "5.0.2",
"description": "Insanely fast, full-stack, headless browser testing using Node.js",
"homepage": "https://www.npmjs.com/package/zombie",
"author": "Assaf Arkin <[email protected]> (http://labnotes.org/)",
Expand Down

0 comments on commit e8eb3fd

Please sign in to comment.