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": {