Skip to content

Commit 5f0078e

Browse files
committed
v2.0.0
1 parent 514e163 commit 5f0078e

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v2.0.0:
2+
date: 2019-09-30
3+
changes:
4+
- Docs, CI and dependency updates.
15
v1.0.0:
26
date: 2016-03-04
37
changes:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-handlebars v1.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-handlebars.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-handlebars) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/byxsu7xtyjxuwe3g/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-handlebars/branch/master)
1+
# grunt-contrib-handlebars v2.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-handlebars.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-handlebars) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/byxsu7xtyjxuwe3g/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-handlebars/branch/master)
22

33
> Precompile Handlebars templates to JST file.
44
@@ -247,6 +247,7 @@ handlebars: {
247247

248248
## Release History
249249

250+
* 2019-09-30   v2.0.0   Docs, CI and dependency updates.
250251
* 2016-03-04   v1.0.0   Update docs and examples. Remove peerDeps and other fixes.
251252
* 2015-10-16   v0.11.0   Update to Handlebars 4.0.0.
252253
* 2015-04-21   v0.10.2   Added `options.amd` as a function.
@@ -287,4 +288,4 @@ handlebars: {
287288

288289
Task submitted by [Tim Branyen](http://tbranyen.com)
289290

290-
*This file was generated on Fri Sep 27 2019 16:05:34.*
291+
*This file was generated on Mon Sep 30 2019 11:14:56.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-handlebars",
33
"description": "Precompile Handlebars templates to JST file.",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"

0 commit comments

Comments
 (0)