From fa95b823abc45be8f5e53ce3557d161807c13538 Mon Sep 17 00:00:00 2001 From: wcastand Date: Thu, 27 Apr 2017 15:55:05 +0200 Subject: [PATCH] 2.0.6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6278019..123e5d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-addon-jsx", - "version": "2.0.5", + "version": "2.0.6", "description": "Display the JSX of the story", "main": "lib/index.js", "license": "MIT", @@ -35,4 +35,4 @@ "react-copy-to-clipboard": "4.3.1", "react": "^15.5.4" } -} \ No newline at end of file +}