Bump to v3.3.4.

This commit is contained in:
John-David Dalton
2016-04-02 19:48:01 -07:00
parent 61a48333a2
commit 9a9ba47586
9 changed files with 256 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
# lodash.inrange v3.3.3
# lodash.inrange v3.3.4
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.3-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.4-npm-packages/lodash.inrange) for more details.