From c8457d91d6fa7acdc1c773c82d5525250e6d0f9d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 9 Sep 2021 16:46:13 +0800 Subject: [PATCH] released v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c211be8b..2d660bc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-stackblitz", - "version": "1.0.0", + "version": "1.0.1", "description": "A React component is provided that allows you to programmatically generate stackblitz projects from code samples on the fly.", "main": "cjs/index.js", "module": "esm/index.js",