Bump to v4.6.0.

This commit is contained in:
John-David Dalton
2016-05-12 00:17:15 -07:00
parent 529ca45adf
commit 5c7ff7a9f3
207 changed files with 38121 additions and 7627 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.differenceby",
"version": "4.5.0",
"version": "4.6.0",
"description": "The lodash method `_.differenceBy` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -17,7 +17,7 @@
"dependencies": {
"lodash._basedifference": "~4.5.0",
"lodash._baseflatten": "~4.2.0",
"lodash._baseiteratee": "~4.6.0",
"lodash._baseiteratee": "~4.7.0",
"lodash.rest": "^4.0.0"
}
}