Bump to v4.14.1.

This commit is contained in:
John-David Dalton
2016-07-27 17:44:44 -07:00
parent a8d3718760
commit cd04b44875
23 changed files with 255 additions and 222 deletions

View File

@@ -1,4 +1,4 @@
# lodash v4.14.0
# lodash v4.14.1
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.14.0-npm) for more details.
See the [package source](https://github.com/lodash/lodash/tree/4.14.1-npm) for more details.
**Note:**<br>
Dont assign values to the [special variable](http://nodejs.org/api/repl.html#repl_repl_features) `_` in the Node.js < 6 REPL.<br>