Skip to content

Commit 44d4583

Browse files
committed
chore(release): v2.5.2-1
1 parent 9f9a8d3 commit 44d4583

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
@@ -2,6 +2,10 @@
22

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

5+
## v2.5.2-1
6+
7+
[compare changes](https://git+https@github.com/quran-center/quran-meta/compare/v2.5.2-0...v2.5.2-1)
8+
59
## v2.5.2-0
610

711
[compare changes](https://git+https@github.com/quran-center/quran-meta/compare/v2.4.15...v2.5.2-0)

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.2-0",
11+
"version": "2.5.2-1",
1212
"license": "MIT",
1313
"jsdelivr": "dist/index.mjs",
1414
"unpkg": "dist/index.mjs",
@@ -61,7 +61,7 @@
6161
"coverage": "vitest run --coverage",
6262
"build": "unbuild",
6363
"precommit": "lint-staged && vitest --onlyChanged",
64-
"prepack": "build",
64+
"prepack": "pnpm build",
6565
"prepare-npm-package": "rimraf dist && rimraf lib_cjs && rimraf lib_es && rimraf docs && pnpm build&&pnpm tsdoc",
6666
"prerelease": "standard-version&&pnpm prepare-npm-package && pnpm test && pnpm tsdoc",
6767
"release": "changelogen --release --prerelease --publish --publishTag rc &&git push --follow-tags&&npm publish",

0 commit comments

Comments
 (0)