Bump to v4.7.1.

This commit is contained in:
John-David Dalton
2016-04-07 23:59:18 -07:00
parent 1d324e473f
commit 3772ae8eab
14 changed files with 72 additions and 2279 deletions

View File

@@ -1,4 +1,4 @@
# lodash.differenceby v4.7.0
# lodash.differenceby v4.7.1
The [lodash](https://lodash.com/) method `_.differenceBy` exported as a [Node.js](https://nodejs.org/) module.
@@ -15,4 +15,4 @@ In Node.js:
var differenceBy = require('lodash.differenceby');
```
See the [documentation](https://lodash.com/docs#differenceBy) or [package source](https://github.com/lodash/lodash/blob/4.7.0-npm-packages/lodash.differenceby) for more details.
See the [documentation](https://lodash.com/docs#differenceBy) or [package source](https://github.com/lodash/lodash/blob/4.7.1-npm-packages/lodash.differenceby) for more details.