Skip to content

Commit 891541c

Browse files
committed
chore(release): v2.5.2-3
1 parent 4885d66 commit 891541c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-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.2-3
7+
8+
[compare changes](https://git+https@github.com/quran-center/quran-meta/compare/v2.5.2-2...v2.5.2-3)
9+
610
## v2.5.2-2
711

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

package.json

Lines changed: 3 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-2",
11+
"version": "2.5.2-3",
1212
"license": "MIT",
1313
"jsdelivr": "dist/index.mjs",
1414
"unpkg": "dist/index.mjs",
@@ -62,7 +62,8 @@
6262
"build": "unbuild",
6363
"precommit": "lint-staged && vitest --onlyChanged",
6464
"prepack": "pnpm build && pnpm test&&rimraf docs&&pnpm tsdoc",
65-
"release": "changelogen --release --prerelease --publish --publishTag rc &&git push --follow-tags&&npm publish",
65+
"prerelease": "changelogen --release --prerelease --publish --publishTag rc",
66+
"release": "changelogen --release --publish",
6667
"test": "pnpm lint && pnpm test:types && pnpm coverage",
6768
"test:types": "tsc --noEmit",
6869
"tsdoc": "typedoc --options ./typedoc.json",

0 commit comments

Comments
 (0)