diff --git a/History.md b/History.md index 119aea0..0ec8fd6 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +0.1.1 / 2013-10-10 +================== + + * Merge pull request #2 from strongloop/fix-browserify + * index,test: support browserify + 0.1.0 / 2013-08-14 ================== diff --git a/component.json b/component.json index 81211f2..b37e82a 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "type-detect" , "repo": "chaijs/type-detect" - , "version": "0.1.0" + , "version": "0.1.1" , "description": "Improved typeof detection for node.js and the browser." , "license": "MIT" , "keywords": [ diff --git a/package.json b/package.json index 553533d..5527cdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "type-detect" - , "version": "0.1.0" + , "version": "0.1.1" , "description": "Improved typeof detection for node.js and the browser." , "author": "Jake Luer (http://alogicalparadox.com)" , "license": "MIT"