From 7126aa7b7673dda9a2b54dec5148c7e7a84a5852 Mon Sep 17 00:00:00 2001 From: Dong Nguyen Date: Tue, 11 Apr 2023 23:47:32 +0700 Subject: [PATCH] v7.2.13 - Fix some issue while fetching data on Deno platform --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2680c757..a984f857 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.2.13rc1", + "version": "7.2.13", "name": "@extractus/article-extractor", "description": "To extract main article from given URL", "homepage": "https://github.com/extractus/article-extractor",