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

Commit

Permalink
Release 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Jun 10, 2016
1 parent 9962013 commit cd73f3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
9.0.2 / 2016-06-10
==================

* Small test fixes for function expressions without names in Chrome

9.0.1 / 2016-06-09
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "should",
"description": "test framework agnostic BDD-style assertions",
"version": "9.0.1",
"version": "9.0.2",
"author": "TJ Holowaychuk <tj@vision-media.ca>, Denis Bardadym <bardadymchik@gmail.com> and other contributors",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion should.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* should - test framework agnostic BDD-style assertions
* @version v9.0.1
* @version v9.0.2
* @author TJ Holowaychuk <tj@vision-media.ca>, Denis Bardadym <bardadymchik@gmail.com> and other contributors
* @link https://github.com/shouldjs/should.js
* @license MIT
Expand Down

0 comments on commit cd73f3f

Please sign in to comment.