From aab9d4eaf16ab08793a69e20770438f3a622751c Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Thu, 31 Oct 2024 17:44:04 +0000 Subject: [PATCH] 2.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 01931ac..44c591a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "in-string-list", - "version": "1.0.0", + "version": "2.0.0", "description": "Check if a string is in a list of strings.", "exports": "./index.js", "type": "module", @@ -45,4 +45,4 @@ "mocha": "^10.8.1", "prettier": "3.3.3" } -} +} \ No newline at end of file