diff --git a/HISTORY.md b/HISTORY.md index 8437fa7..73acece 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,13 @@ +# 1.0.1 / 2014-03-25 + + * Named the exported function + * Switched to tape for tests + * Integrated Testling + * Now uses [KenanY/is-number](https://github.com/KenanY/is-number) + * Updated LICENSE + * Switched to caret semver operator for dev dependencies + * Simplified `package.json` + # 1.0.0 / 2013-09-15 * Initial release \ No newline at end of file diff --git a/component.json b/component.json index 0d36816..983d71d 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "is-nan", "repo": "KenanY/is-nan", "description": "Is nan component", - "version": "1.0.0", + "version": "1.0.1", "keywords": [], "dependencies": { "KenanY/is-number": "*" diff --git a/package.json b/package.json index ea7771e..e6ec51f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-nan-component", - "version": "1.0.0", + "version": "1.0.1", "description": "Is NaN component", "repository": "KenanY/is-nan", "license": "MIT",