From 6b99f83c315a916861bff96113d7a2d7e748bf00 Mon Sep 17 00:00:00 2001 From: Daryl Buckle Date: Sat, 20 Aug 2022 17:53:57 +0100 Subject: [PATCH] Bump to v0.2.0 - Show rows when the value is zero or higher - Allow the client to specify how to render the value in the row --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0478751..326ac8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-funnel-pipeline", - "version": "0.1.2", + "version": "0.2.0", "description": "A lightweight component for rendering a basic funnel chart.", "author": "DarylBuckle", "license": "MIT",