Skip to content

Commit 592e641

Browse files
committed
chore(release): v2.5.8
1 parent e8b65ab commit 592e641

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
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.
44

55

6+
## v2.5.8
7+
8+
[compare changes](https://git+https@github.com/quran-center/quran-meta/compare/v2.5.7...v2.5.8)
9+
610
## v2.5.7
711

812
[compare changes](https://git+https@github.com/quran-center/quran-meta/compare/v2.5.6...v2.5.7)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"surah",
99
"juz"
1010
],
11-
"version": "2.5.7",
11+
"version": "2.5.8",
1212
"license": "MIT",
1313
"jsdelivr": "dist/index.mjs",
1414
"unpkg": "dist/index.mjs",
@@ -66,7 +66,7 @@
6666
"release": "changelogen --release --push --publish",
6767
"test": "pnpm lint && pnpm test:types && pnpm coverage",
6868
"test:types": "tsc --noEmit",
69-
"tsdoc": "typedoc --options ./typedoc.json",
69+
"tsdoc": "typedoc",
7070
"verify": "pnpm lint && pnpm coverage"
7171
},
7272
"devDependencies": {

0 commit comments

Comments
 (0)