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

Commit

Permalink
v1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
travisjeffery committed Sep 26, 2013
1 parent 2599717 commit 248521b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Expand Up @@ -2,7 +2,7 @@

This is an overview and may be incomplete. https://github.com/velesin/jasmine-jquery/commits/master is where to see everything.

## v1.5.8 (Sept 14, 2013)
## v1.5.9 (Sept 25, 2013)
- fix throw error when loading a fixture that doesn't exist (#146)
- fix toHaveCss() to support expecting a css property be auto (#147)
- fix toExist() for objects outside of the DOM (#64, #148)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jasmine-jquery",
"version": "1.5.8",
"version": "1.5.9",
"main": "lib/jasmine-jquery.js",
"ignore": [
"test",
Expand Down
2 changes: 1 addition & 1 deletion lib/jasmine-jquery.js
@@ -1,7 +1,7 @@
/*!
Jasmine-jQuery: a set of jQuery helpers for Jasmine tests.
Version 1.5.8
Version 1.5.9
https://github.com/velesin/jasmine-jquery
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "jasmine-jquery"
, "description": "jQuery matchers and fixture loader for Jasmine framework"
, "version": "1.5.8"
, "version": "1.5.9"
, "keywords": ["jasmine", "jquery"]
, "homepage": "http://github.com/velesin/jasmine-jquery"
, "author": {
Expand Down

0 comments on commit 248521b

Please sign in to comment.