Bump to v3.1.5.

This commit is contained in:
jdalton
2015-05-01 08:01:48 -07:00
committed by John-David Dalton
parent cf4b24e17c
commit d2949f0931
14 changed files with 66 additions and 63 deletions

View File

@@ -1,4 +1,4 @@
# lodash.sortby v3.1.4
# lodash.sortby v3.1.5
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodashs](https://lodash.com/) `_.sortBy` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.
@@ -17,4 +17,4 @@ In Node.js/io.js:
var sortBy = require('lodash.sortby');
```
See the [documentation](https://lodash.com/docs#sortBy) or [package source](https://github.com/lodash/lodash/blob/3.1.4-npm-packages/lodash.sortby) for more details.
See the [documentation](https://lodash.com/docs#sortBy) or [package source](https://github.com/lodash/lodash/blob/3.1.5-npm-packages/lodash.sortby) for more details.