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

Commit ff0877a

Browse files
committed
Release 13.1.2
1 parent 6c8cb39 commit ff0877a

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
13.1.2 / 2017-10-10
2+
===================
3+
4+
* Revert default export in TS definition (added in 13.1.0)
5+
16
13.1.1 / 2017-10-07
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.1",
4+
"version": "13.1.2",
55
"author": "TJ Holowaychuk <tj@vision-media.ca>, Denis Bardadym <bardadymchik@gmail.com>",
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.1
3+
* @version v13.1.2
44
* @author TJ Holowaychuk <tj@vision-media.ca>, Denis Bardadym <bardadymchik@gmail.com>
55
* @link https://github.com/shouldjs/should.js
66
* @license MIT

0 commit comments

Comments
 (0)