Skip to content

Commit 026efe7

Browse files
committed
Release 0.3.2
1 parent 488dcbb commit 026efe7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
0.3.2 / 2011-11-15
3+
==================
4+
5+
* Added: allow for `button[type=submit]` elements to be clicked
6+
* node >= 0.4.x < 0.7.0. Closes #70
7+
* Fixed tests for 0.6.x
8+
29
0.3.1 / 2011-07-19
310
==================
411

lib/tobi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Library version.
1010
*/
1111

12-
exports.version = '0.3.1';
12+
exports.version = '0.3.2';
1313

1414
/**
1515
* Expose `Browser`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "name": "tobi"
22
, "description": "expressive server-side functional testing with jQuery and jsdom"
3-
, "version": "0.3.1"
3+
, "version": "0.3.2"
44
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
55
, "keywords": ["test", "testing", "browser", "jquery", "css"]
66
, "dependencies": {

0 commit comments

Comments
 (0)