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

Commit

Permalink
Release 13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Oct 7, 2017
1 parent e65ccf0 commit f8ab675
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,3 +1,8 @@
13.1.1 / 2017-10-07
===================

* Added missing return type for `.rejecteWith` in typescript definition

13.1.0 / 2017-09-20
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "should",
"description": "test framework agnostic BDD-style assertions",
"version": "13.1.0",
"version": "13.1.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>, Denis Bardadym <bardadymchik@gmail.com>",
"typings": "./should.d.ts",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion should.js
@@ -1,6 +1,6 @@
/*!
* should - test framework agnostic BDD-style assertions
* @version v13.1.0
* @version v13.1.1
* @author TJ Holowaychuk <tj@vision-media.ca>, Denis Bardadym <bardadymchik@gmail.com>
* @link https://github.com/shouldjs/should.js
* @license MIT
Expand Down

0 comments on commit f8ab675

Please sign in to comment.