Bump to v4.9.1.

This commit is contained in:
John-David Dalton
2016-07-30 16:48:32 -07:00
parent 265d0f01e3
commit eb761232dd
10 changed files with 48 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
# lodash.flatmapdeep v4.9.0
# lodash.flatmapdeep v4.9.1
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.0-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.9.1-npm-packages/lodash.flatmapdeep) for more details.