From a9db0c416f35a203ecc3310715ba1c23fb441eaf Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Tue, 31 Jul 2018 22:58:01 -0700 Subject: [PATCH] Update version to v2.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - The default build used by `node`/`npm` no longer includes a bundled `Promise` polyfill. #79 - The main benefit of this is that it reduces the build to ≈40% its previous size. - You can still use a version wiith the polyfill included. See `README.md` for instructions. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1dbaebb..280d5f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clipboard-polyfill", - "version": "2.4.7", + "version": "2.5.0", "description": "A polyfill for the asynchronous clipboard API", "browser": "build/clipboard-polyfill.js", "types": "build/clipboard-polyfill.d.ts",