From 22ec94a4c9e808d85e2914a372d446008a97287c Mon Sep 17 00:00:00 2001 From: Leah Date: Tue, 28 May 2019 00:52:33 +0200 Subject: [PATCH] 0.12.0-next.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68a232f..d77b155 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microbundle", - "version": "0.11.0", + "version": "0.12.0-next.0", "description": "Zero-configuration bundler for tiny JS libs, powered by Rollup.", "main": "dist/microbundle.js", "source": "src/index.js",