diff --git a/CHANGELOG.md b/CHANGELOG.md index aae70d1..29c44e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## 1.0.6 - 2016-09-21 +- Release v1.0.6 / npm@v1.0.6 +- add `coveralls` to devDeps, closes #4 + ## 1.0.5 - 2016-09-21 - Release v1.0.5 / npm@v1.0.5 - move arr-map require outside of the module.exported function, closes #3 diff --git a/package.json b/package.json index 6fafe97..d1dec27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "function-arguments", - "version": "1.0.5", + "version": "1.0.6", "description": "Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.", "repository": "tunnckoCore/function-arguments", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",