From 9f0fde224f9e1d16c4ef1d2a393fac1edb1346b8 Mon Sep 17 00:00:00 2001 From: Phil Pluckthun Date: Wed, 19 Feb 2020 12:33:18 +0000 Subject: [PATCH] v1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f30ebf..78853b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-ssr-prepass", - "version": "1.1.1", + "version": "1.1.2", "description": "A custom partial React SSR renderer for prefetching and suspense", "main": "index.js", "author": "Phil Plückthun ",