Skip to content

Commit 51a26e0

Browse files
Release 0.1.0
1 parent 5902cb0 commit 51a26e0

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
0.1.0 / 2013-09-18
3+
==================
4+
5+
* tests: add iterable
6+
* docs: readme
7+
* makefile: [ci] update cov handling
8+
* testing: [env] use karma for phantom
9+
* add tests (uncompleted)
10+
* add library
11+
* add dependencies
12+
* "Initial commit"

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deep-eql"
33
, "repo": "chaijs/deep-eql"
4-
, "version": "0.0.0"
4+
, "version": "0.1.0"
55
, "description": "Improved deep equality testing for Node.js and the browser."
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": "deep-eql"
3-
, "version": "0.0.0"
3+
, "version": "0.1.0"
44
, "description": "Improved deep equality testing for Node.js and the browser."
55
, "author": "Jake Luer <jake@alogicalparadox.com>"
66
, "license": "MIT"

0 commit comments

Comments
 (0)