diff --git a/History.md b/History.md index 43ce7f5..0a16c8d 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,10 @@ -1.0.0 / 2017-05-05 +1.0.1 / 2017-04-05 +================== + + * chore(*): restrict files included in npm package + +1.0.0 / 2017-04-05 ================== * chore(*): update package name diff --git a/package.json b/package.json index 4a4bc44..5d3fa72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "has-binary2", - "version": "1.0.0", + "version": "1.0.1", "description": "A function that takes anything in javascript and returns true if its argument contains binary data.", "dependencies": { "isarray": "2.0.1"