Bump to v3.3.5.

This commit is contained in:
John-David Dalton
2016-04-20 21:51:03 -07:00
parent 9a9ba47586
commit fbdd63d3ad
7 changed files with 63 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
# lodash.inrange v3.3.4
# lodash.inrange v3.3.5
The [lodash](https://lodash.com/) method `_.inRange` exported as a [Node.js](https://nodejs.org/) module.
@@ -15,4 +15,4 @@ In Node.js:
var inRange = require('lodash.inrange');
```
See the [documentation](https://lodash.com/docs#inRange) or [package source](https://github.com/lodash/lodash/blob/3.3.4-npm-packages/lodash.inrange) for more details.
See the [documentation](https://lodash.com/docs#inRange) or [package source](https://github.com/lodash/lodash/blob/3.3.5-npm-packages/lodash.inrange) for more details.