From 54fecde352d68476be95a54ec63204a1b6861d97 Mon Sep 17 00:00:00 2001 From: Dominic Barnes Date: Wed, 22 Jul 2015 15:14:31 -0700 Subject: [PATCH] Release 0.5.6 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 2920a02..7613f58 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,9 @@ +0.5.6 / 2015-07-22 +================== + + * bug: fixing an error caused by a missing partials dir + # 0.5.5 / 6-12-2015 * allowing front-matter data to be used in layout diff --git a/package.json b/package.json index bcd8772..60d3277 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa-handlebars", - "version": "0.5.5", + "version": "0.5.6", "repository": { "type": "git", "url": "git@github.com:dominicbarnes/koa-handlebars.git"