From fd3267c83df4ede349fb41ad7f7c977d7622bc55 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Tue, 9 Oct 2018 12:53:01 -0400 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 139381f..99f6d74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "worker-plugin", - "version": "1.0.0", + "version": "1.1.0", "description": "Webpack plugin to bundle Workers automagically.", "main": "dist/worker-plugin.js", "repository": "GoogleChromeLabs/worker-plugin",