Skip to content

Commit 424012e

Browse files
committed
Release 1.0.1
1 parent 7564725 commit 424012e

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
language: node_js
22
node_js:
3-
- 0.8
43
- 0.10

History.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1+
1.0.1 / 2015-03-04
2+
==================
3+
4+
* Merge pull request #2 from simonzack/master
5+
* fixes `.stack` on firefox
16

2-
1.0.0 / 2013-06-08
7+
1.0.0 / 2013-06-08
38
==================
49

510
* readme: change travis and component urls
611
* refactor: [*] prepare for move to chaijs gh org
712

8-
0.1.0 / 2013-04-07
13+
0.1.0 / 2013-04-07
914
==================
1015

1116
* test: use vanilla test runner/assert

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "assertion-error"
33
, "repo": "chaijs/assertion-error"
4-
, "version": "1.0.0"
4+
, "version": "1.0.1"
55
, "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification."
66
, "license": "MIT"
77
, "keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assertion-error"
3-
, "version": "1.0.0"
3+
, "version": "1.0.1"
44
, "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification."
55
, "author": "Jake Luer <jake@qualiancy.com> (http://qualiancy.com)"
66
, "license": "MIT"

0 commit comments

Comments
 (0)