Bump to v4.7.0.

This commit is contained in:
John-David Dalton
2016-05-12 00:18:48 -07:00
parent b59e006377
commit 1d324e473f
93 changed files with 7918 additions and 2175 deletions

View File

@@ -1,4 +1,4 @@
# lodash.differenceby v4.6.0
# lodash.differenceby v4.7.0
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.6.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.0-npm-packages/lodash.differenceby) for more details.