From c3df64cbd45e1e6702b23e907a52fb3646767fa5 Mon Sep 17 00:00:00 2001 From: Olly Smith Date: Fri, 8 Feb 2013 08:11:19 +0000 Subject: [PATCH] v0.4.1 --- README.md | 6 ++++++ component.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5010b01..858b6cd 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ Once you're all set up, you can compile, minify and run the tests using `grunt`. ## Changelog +### 0.4.1 - 8th February 2013 + +- Fix goal and event rendering. [#181](https://github.com/oesmith/morris.js/issues/181) +- Don't break when empty data is passed to setData [#142](https://github.com/oesmith/morris.js/issues/142) +- labelColor option for donuts [#159](https://github.com/oesmith/morris.js/issues/159) + ### 0.4.0 - 26th January 2013 - Goals and events [#103](https://github.com/oesmith/morris.js/issues/103). diff --git a/component.json b/component.json index d002c20..c8c3728 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "morris.js", - "version": "0.3.3", - "main": "./morris.js", + "version": "0.4.1", + "main": ["./morris.js", "./morris.css"], "dependencies": { "jquery": ">= 1.7.2", "raphael": ">= 2.0" diff --git a/package.json b/package.json index ee85ef0..9e000ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "morris.js", - "version": "0.4.0", + "version": "0.4.1", "homepage": "http://oesmith.github.com/morris.js", "description": "Easy, pretty charts", "author": {