Bump to v4.5.0.

This commit is contained in:
John-David Dalton
2016-05-12 00:14:46 -07:00
parent b99b7d4238
commit 0ceb6d1dad
287 changed files with 94758 additions and 3678 deletions

View File

@@ -1,6 +1,6 @@
# lodash.template v4.4.0
# lodash.template v4.5.0
The [lodash](https://lodash.com/) method `_.template` exported as a [Node.js](https://nodejs.org/) module.
The [Lodash](https://lodash.com/) method `_.template` exported as a [Node.js](https://nodejs.org/) module.
## Installation
@@ -15,4 +15,4 @@ In Node.js:
var template = require('lodash.template');
```
See the [documentation](https://lodash.com/docs#template) or [package source](https://github.com/lodash/lodash/blob/4.4.0-npm-packages/lodash.template) for more details.
See the [documentation](https://lodash.com/docs#template) or [package source](https://github.com/lodash/lodash/blob/4.5.0-npm-packages/lodash.template) for more details.