Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8ab675

Browse files
committed
Release 13.1.1
1 parent e65ccf0 commit f8ab675

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
13.1.1 / 2017-10-07
2+
===================
3+
4+
* Added missing return type for `.rejecteWith` in typescript definition
5+
16
13.1.0 / 2017-09-20
27
===================
38

package.json

Lines changed: 1 addition & 1 deletion
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": "13.1.0",
4+
"version": "13.1.1",
55
"author": "TJ Holowaychuk <[email protected]>, Denis Bardadym <[email protected]>",
66
"typings": "./should.d.ts",
77
"repository": {

should.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* should - test framework agnostic BDD-style assertions
3-
* @version v13.1.0
3+
* @version v13.1.1
44
* @author TJ Holowaychuk <[email protected]>, Denis Bardadym <[email protected]>
55
* @link https://github.com/shouldjs/should.js
66
* @license MIT

0 commit comments

Comments
 (0)