From 5a6417a300afbbc868108961a3175ef93207e30d Mon Sep 17 00:00:00 2001 From: Vladimir Tsvang Date: Thu, 21 Nov 2013 11:36:51 +0200 Subject: [PATCH] Release v0.7.6 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63b2d8e..034431e 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,9 @@ dust: { For more examples on how to use the `expand` API to manipulate the default dynamic path construction in the `glob_to_multiple` examples, see "Building the files object dynamically" in the grunt wiki entry [Configuring Tasks](http://gruntjs.com/configuring-tasks). ## Release History +* v0.7.6 + - Updated dustjs-linkedin dependency + - Updated semver dependency * v0.7.5 - Refactored wrappers helpers - Removed callback argument from template rendering function (no more compatible with previous version) diff --git a/package.json b/package.json index c4c640e..7ef20c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-dust", "description": "Grunt.js plugin to compile dustjs templates.", - "version": "0.7.5", + "version": "0.7.6", "homepage": "https://github.com/vtsvang/grunt-dust", "author": { "name": "Vladimir Tsvang",