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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Oct 10, 2017
1 parent 6c8cb39 commit ff0877a
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.2 / 2017-10-10
===================

* Revert default export in TS definition (added in 13.1.0)

13.1.1 / 2017-10-07
===================

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.1",
"version": "13.1.2",
"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.1
* @version v13.1.2
* @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 ff0877a

Please sign in to comment.