We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0088f03 commit ee24181Copy full SHA for ee24181
3 files changed
History.md
@@ -1,4 +1,9 @@
1
2
+0.1.2 / 2013-09-18
3
+==================
4
+
5
+ * bug: [fix] misnamed variable from code migration (reference error)
6
7
0.1.1 / 2013-09-18
8
==================
9
component.json
@@ -1,7 +1,7 @@
{
"name": "deep-eql"
, "repo": "chaijs/deep-eql"
- , "version": "0.1.1"
+ , "version": "0.1.2"
, "description": "Improved deep equality testing for Node.js and the browser."
, "license": "MIT"
, "keywords": [
package.json
@@ -1,6 +1,6 @@
, "author": "Jake Luer <jake@alogicalparadox.com>"
0 commit comments