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

Commit

Permalink
Release 11.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Mar 9, 2017
1 parent 52b984f commit 4a53d94
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 61 deletions.
7 changes: 6 additions & 1 deletion History.md
@@ -1,8 +1,13 @@
11.2.1 / 2017-03-09
===================

* Fix `.match(regex)` for not supported cases

11.2.0 / 2017-01-27
===================

* Added `.only` modifier for `.keys` to check also size
* Soft deprecate `.enumerable(s)`
* Soft deprecate `.enumerable(s)`

11.1.2 / 2016-12-10
===================
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "should",
"description": "test framework agnostic BDD-style assertions",
"version": "11.2.0",
"version": "11.2.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>, Denis Bardadym <bardadymchik@gmail.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4a53d94

Please sign in to comment.