Skip to content

Commit cb277d2

Browse files
Release 1.0.0
1 parent 112e81f commit cb277d2

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
1.0.0 / 2013-06-08
3+
==================
4+
5+
* readme: change travis and component urls
6+
* refactor: [*] prepare for move to chaijs gh org
7+
28
0.1.0 / 2013-04-07
39
==================
410

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": "0.1.0"
4+
, "version": "1.0.0"
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": "0.1.0"
3+
, "version": "1.0.0"
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)