Bump to v4.5.0.

This commit is contained in:
John-David Dalton
2016-02-16 23:28:06 -08:00
parent 91d3468c81
commit 0dd6798d8b
7 changed files with 78 additions and 77 deletions

View File

@@ -1,4 +1,4 @@
# lodash v4.4.0
# lodash v4.5.0
The [lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules.
@@ -28,7 +28,7 @@ var chunk = require('lodash/chunk');
var extend = require('lodash/fp/extend');
```
See the [package source](https://github.com/lodash/lodash/tree/4.4.0-npm) for more details.
See the [package source](https://github.com/lodash/lodash/tree/4.5.0-npm) for more details.
**Note:**<br>
Dont assign values to the [special variable](http://nodejs.org/api/repl.html#repl_repl_features) `_` when in the REPL.<br>