From 7c38a65b1a233aaeaf9d2c3172e7684552da5a88 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Tue, 9 Aug 2016 11:57:21 -0700 Subject: [PATCH] 3.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6166fb71..44444cb5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact-render-to-string", "amdName": "preactRenderToString", - "version": "3.0.5", + "version": "3.0.6", "description": "Render JSX to an HTML string, with support for Preact components.", "main": "dist/index.js", "jsnext:main": "src/index.js",