Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit cd73f3f

Browse files
committed
Release 9.0.2
1 parent 9962013 commit cd73f3f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
9.0.2 / 2016-06-10
2+
==================
3+
4+
* Small test fixes for function expressions without names in Chrome
5+
16
9.0.1 / 2016-06-09
27
==================
38

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "should",
33
"description": "test framework agnostic BDD-style assertions",
4-
"version": "9.0.1",
4+
"version": "9.0.2",
55
"author": "TJ Holowaychuk <[email protected]>, Denis Bardadym <[email protected]> and other contributors",
66
"repository": {
77
"type": "git",

should.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* should - test framework agnostic BDD-style assertions
3-
* @version v9.0.1
3+
* @version v9.0.2
44
* @author TJ Holowaychuk <[email protected]>, Denis Bardadym <[email protected]> and other contributors
55
* @link https://github.com/shouldjs/should.js
66
* @license MIT

0 commit comments

Comments
 (0)