Bump to v4.0.9.

This commit is contained in:
John-David Dalton
2016-05-11 23:55:06 -07:00
parent 5bd01fbdbc
commit f2d770f3b5
7 changed files with 45 additions and 41 deletions

View File

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