From 76340458deca9acf04b6dce75296d2807c45172f Mon Sep 17 00:00:00 2001 From: angus croll Date: Mon, 13 May 2013 10:20:06 -0700 Subject: [PATCH] -> v1.0.9 --- CHANGELOG.md | 8 ++++++++ component.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38281108..68215000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.0.9 (05/13/2013) + +###features +* Event logger now works out-of-the-box + +###bug fixes and tweaks +* Fix logger output + ## v1.0.8 (04/23/2013) ###features diff --git a/component.json b/component.json index a22f3158..6d0699c0 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "flight", "description": "Clientside component infrastructure", "main": "lib/index.js", - "version": "1.0.8", + "version": "1.0.9", "ignore": [ "lib/standalone", "test",