From 424012ead9d1cb5ebbbfc4df1991f4dde2dff06a Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Wed, 4 Mar 2015 20:58:42 +0000 Subject: [PATCH] Release 1.0.1 --- .travis.yml | 1 - History.md | 9 +++++++-- component.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09d3ef3..20fd86b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ language: node_js node_js: - - 0.8 - 0.10 diff --git a/History.md b/History.md index 78cb9e3..7285b55 100644 --- a/History.md +++ b/History.md @@ -1,11 +1,16 @@ +1.0.1 / 2015-03-04 +================== + + * Merge pull request #2 from simonzack/master + * fixes `.stack` on firefox -1.0.0 / 2013-06-08 +1.0.0 / 2013-06-08 ================== * readme: change travis and component urls * refactor: [*] prepare for move to chaijs gh org -0.1.0 / 2013-04-07 +0.1.0 / 2013-04-07 ================== * test: use vanilla test runner/assert diff --git a/component.json b/component.json index 3f94057..e8e0547 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "assertion-error" , "repo": "chaijs/assertion-error" - , "version": "1.0.0" + , "version": "1.0.1" , "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification." , "license": "MIT" , "keywords": [ diff --git a/package.json b/package.json index e977431..461325b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "assertion-error" - , "version": "1.0.0" + , "version": "1.0.1" , "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification." , "author": "Jake Luer (http://qualiancy.com)" , "license": "MIT"