Bump to v3.3.3.

This commit is contained in:
John-David Dalton
2016-01-29 23:45:08 -08:00
parent 25afac45b7
commit 61a48333a2
10 changed files with 167 additions and 32 deletions

View File

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