diff --git a/package-lock.json b/package-lock.json index d302c71..81d83fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "splitBy", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7a34ec4..0e0afcb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "splitby", "description": "This function is like [split](https://lodash.com/docs/4.17.10#split) except that it accepts iteratee which is invoked for each element in array to generate the criterion by which the separation is computed", - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "Francois-Guillaume Ribreau", "email": "npm@fgribreau.com",