Skip to content

Commit 4885d66

Browse files
committed
chore(release): v2.5.2-2
1 parent 44d4583 commit 4885d66

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,27 @@
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
65

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

910
## v2.5.2-0
1011

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

1314
### 🚀 Enhancements
1415

15-
- Switchfrom jest to vitest (1b37cff)
16+
- Switch from jest to vitest (1b37cff)
17+
- Full rewrite of the project with latest eslint and typescript
1618
- Impove tsdoc (7ff9baa)
1719
- Better eslint (53fa239)
1820
- Standard buid process using unbuild (2ab032e)
1921
- Full cleanup and addition of changelogen (457e5c9)
2022

2123
### 🩹 Fixes
2224

23-
- Addl full unittest coverage (42d17c0)
25+
- Add full unit test coverage (42d17c0)
2426

2527
### 🏡 Chore
2628

@@ -30,9 +32,6 @@ All notable changes to this project will be documented in this file. See [standa
3032

3133
- HG ([@husayt](http://github.com/husayt))
3234

33-
### [2.5.1](https://github.com/quran-center/quran-meta/compare/v2.4.13...v2.4.15) (2022-11-13)
34-
update dependencies
35-
switch from jest to vitest
3635

3736
### [2.4.15](https://github.com/quran-center/quran-meta/compare/v2.4.13...v2.4.15) (2022-11-13)
3837

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"surah",
99
"juz"
1010
],
11-
"version": "2.5.2-1",
11+
"version": "2.5.2-2",
1212
"license": "MIT",
1313
"jsdelivr": "dist/index.mjs",
1414
"unpkg": "dist/index.mjs",
@@ -61,9 +61,7 @@
6161
"coverage": "vitest run --coverage",
6262
"build": "unbuild",
6363
"precommit": "lint-staged && vitest --onlyChanged",
64-
"prepack": "pnpm build",
65-
"prepare-npm-package": "rimraf dist && rimraf lib_cjs && rimraf lib_es && rimraf docs && pnpm build&&pnpm tsdoc",
66-
"prerelease": "standard-version&&pnpm prepare-npm-package && pnpm test && pnpm tsdoc",
64+
"prepack": "pnpm build && pnpm test&&rimraf docs&&pnpm tsdoc",
6765
"release": "changelogen --release --prerelease --publish --publishTag rc &&git push --follow-tags&&npm publish",
6866
"test": "pnpm lint && pnpm test:types && pnpm coverage",
6967
"test:types": "tsc --noEmit",

0 commit comments

Comments
 (0)