Bump to v3.6.2.

This commit is contained in:
jdalton
2015-06-28 22:15:17 -07:00
committed by John-David Dalton
parent 4ed2b24773
commit bbc20f983e
9 changed files with 23 additions and 24 deletions

View File

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