From f8ab6750b60ac7206bb717a64ae22d2679212e0d Mon Sep 17 00:00:00 2001 From: Denis Bardadym Date: Sat, 7 Oct 2017 17:20:18 +0300 Subject: [PATCH] Release 13.1.1 --- History.md | 5 +++++ package.json | 2 +- should.js | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 1c23c52..e2d7d2b 100644 --- a/History.md +++ b/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 =================== diff --git a/package.json b/package.json index 2563a99..47416fe 100644 --- a/package.json +++ b/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 , Denis Bardadym ", "typings": "./should.d.ts", "repository": { diff --git a/should.js b/should.js index c67a834..6387994 100644 --- a/should.js +++ b/should.js @@ -1,6 +1,6 @@ /*! * should - test framework agnostic BDD-style assertions - * @version v13.1.0 + * @version v13.1.1 * @author TJ Holowaychuk , Denis Bardadym * @link https://github.com/shouldjs/should.js * @license MIT