Skip to content

Commit

Permalink
Merge pull request #3 from chaijs/release-1.0.1
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
logicalparadox committed Mar 5, 2015
2 parents 7564725 + 424012e commit db10d2f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,4 +1,3 @@
language: node_js
node_js:
- 0.8
- 0.10
9 changes: 7 additions & 2 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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": [
Expand Down
2 changes: 1 addition & 1 deletion 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 <jake@qualiancy.com> (http://qualiancy.com)"
, "license": "MIT"
Expand Down

0 comments on commit db10d2f

Please sign in to comment.