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.update v4.9.0
# lodash.update v4.10.0
The [lodash](https://lodash.com/) method `_.update` exported as a [Node.js](https://nodejs.org/) module.
@@ -15,4 +15,4 @@ In Node.js:
var update = require('lodash.update');
```
See the [documentation](https://lodash.com/docs#update) or [package source](https://github.com/lodash/lodash/blob/4.9.0-npm-packages/lodash.update) for more details.
See the [documentation](https://lodash.com/docs#update) or [package source](https://github.com/lodash/lodash/blob/4.10.0-npm-packages/lodash.update) for more details.