From 1e52d9c3206cdc9eb743699b4f27e90510faf591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Mon, 14 Oct 2024 12:19:32 +0200 Subject: [PATCH] v4.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa6203f..a46d6f1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Search for a pattern in a stream as fast as JavaScriptly possible.", "author": "Gürgün Dayıoğlu", "license": "MIT", - "version": "4.0.1", + "version": "4.0.2", "type": "commonjs", "main": "./src/index.js", "exports": "./src/index.js",