Bump to v4.10.0.

This commit is contained in:
John-David Dalton
2016-07-30 16:48:53 -07:00
parent eb761232dd
commit ebd3ba5cea
16 changed files with 1820 additions and 419 deletions

View File

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