From 2c70893760c56aa6e77601fb8841995076423315 Mon Sep 17 00:00:00 2001 From: Ricardo Tomasi Date: Tue, 14 May 2013 04:42:43 -0300 Subject: [PATCH] v0.5.1 --- README.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92a878c..e117160 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,11 @@ The goal of Flour is to provide a small and simple API that caters for the most #### Changelog -##### v0.4.12 +##### v0.5.1 +- pass through all options to adapters. white-listing is not mantainable. +- add markdown compiler + +##### v0.5 - flour.minifiers.disable('js'), enables/disables all if no argument given - compile handlebars *.hbs templates diff --git a/package.json b/package.json index 82d1e3b..3c87fa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flour", - "version": "0.5.0", + "version": "0.5.1", "description": "Cakefile build tools.", "main": "flour.coffee", "dependencies": {