From c503ef729e64edaa3fc2ba538545cf741c3bba52 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 27 Mar 2025 16:23:09 +0530 Subject: [PATCH] chore: core 0.0.14 --- maxun-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxun-core/package.json b/maxun-core/package.json index 50d2c420..df790d7b 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.13", + "version": "0.0.14", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts",