From e0ce68856b4a2241a08d1b830140577c0cad792b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Thu, 21 May 2020 22:07:02 +0000 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19e151a..bb3d803 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "string.prototype.includes", - "version": "1.0.0", + "version": "2.0.0", "description": "A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.", "homepage": "https://mths.be/includes", "main": "index.js",