From 592e64129dbb9e82f14cf047fe09c8247fc6222a Mon Sep 17 00:00:00 2001
From: HG <husayt@gmail.com>
Date: Tue, 8 Oct 2024 19:36:35 +0100
Subject: [PATCH] chore(release): v2.5.8

---
 CHANGELOG.md | 4 ++++
 package.json | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 830bf56..c778fb2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
 
+## v2.5.8
+
+[compare changes](https://git+https@github.com/quran-center/quran-meta/compare/v2.5.7...v2.5.8)
+
 ## v2.5.7
 
 [compare changes](https://git+https@github.com/quran-center/quran-meta/compare/v2.5.6...v2.5.7)
diff --git a/package.json b/package.json
index 41169db..94c9b67 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
     "surah",
     "juz"
   ],
-  "version": "2.5.7",
+  "version": "2.5.8",
   "license": "MIT",
   "jsdelivr": "dist/index.mjs",
   "unpkg": "dist/index.mjs",
@@ -66,7 +66,7 @@
     "release": "changelogen --release --push --publish",
     "test": "pnpm lint && pnpm test:types && pnpm coverage",
     "test:types": "tsc --noEmit",
-    "tsdoc": "typedoc --options ./typedoc.json",
+    "tsdoc": "typedoc",
     "verify": "pnpm lint && pnpm coverage"
   },
   "devDependencies": {