From 4bc9e0b17ee0c3980f96307838c65a0cbc26a19c Mon Sep 17 00:00:00 2001 From: Kai Hotz Date: Wed, 12 Oct 2022 21:38:50 +0400 Subject: [PATCH] version pumped to v4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3abab6a..9a5a8e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-rollup-boilerplate", - "version": "3.0.1", + "version": "4.0.0", "description": "Boilerplate for writing React Libraries bundled with Rollup.js to commonJs and ES6 Modules and Storybookt", "author": "Kai Hotz", "license": "MIT",