From abcae79e0e474bf2b95a0a3a09ba65459ac01430 Mon Sep 17 00:00:00 2001 From: Giancarlo Anemone Date: Mon, 29 Jan 2018 13:10:09 -0800 Subject: [PATCH] Release v0.4.1 https://github.com/fusionjs/fusion-plugin-styletron-react/pull/57 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 489deec..0cd28df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-plugin-styletron-react", - "version": "0.4.0", + "version": "0.4.1", "description": "The Fusion plugin for Styletron, which, in addition to providing a easy-to-use styled-component-like interface, provides powerful server-side CSS optimizations, yielding less CSS code down the wire.", "license": "MIT", "repository": "fusionjs/fusion-plugin-styletron-react",