From cfb509b53892bec92ca333b97d2e351bcbe4c7fe Mon Sep 17 00:00:00 2001 From: Denis Bardadym Date: Tue, 28 Jan 2014 00:25:34 +0400 Subject: [PATCH] Release 3.1.1 --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index c0fe31e..1b3a898 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +3.1.1 / 2014-01-28 +================== + + * Fix for HTMLElement in DOM less environments + 3.1.0 / 2014-01-23 ================== diff --git a/package.json b/package.json index 84acc77..f6bf976 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "should" , "description": "test framework agnostic BDD-style assertions" - , "version": "3.1.0" + , "version": "3.1.1" , "author": "TJ Holowaychuk " , "repository": { "type": "git", "url": "git://github.com/visionmedia/should.js.git" } , "homepage": "https://github.com/visionmedia/should.js"