From 19d17ecf52909f2cb0788591bf09a1d45ce07737 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Tue, 13 Aug 2019 11:14:20 -0400 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4c50a0..71abcfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kv-storage-polyfill", - "version": "1.1.0", + "version": "2.0.0", "description": "Polyfill for the kv-storage Built-in Module", "source": "src/index.js", "main": "dist/kv-storage-polyfill.js",