File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
5
- ## v2.5.2-1
6
5
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 )
8
9
9
10
## v2.5.2-0
10
11
11
12
[ compare changes] ( https://git+https@github.com/quran-center/quran-meta/compare/v2.4.15...v2.5.2-0 )
12
13
13
14
### 🚀 Enhancements
14
15
15
- - Switchfrom jest to vitest (1b37cff)
16
+ - Switch from jest to vitest (1b37cff)
17
+ - Full rewrite of the project with latest eslint and typescript
16
18
- Impove tsdoc (7ff9baa)
17
19
- Better eslint (53fa239)
18
20
- Standard buid process using unbuild (2ab032e)
19
21
- Full cleanup and addition of changelogen (457e5c9)
20
22
21
23
### 🩹 Fixes
22
24
23
- - Addl full unittest coverage (42d17c0)
25
+ - Add full unit test coverage (42d17c0)
24
26
25
27
### 🏡 Chore
26
28
@@ -30,9 +32,6 @@ All notable changes to this project will be documented in this file. See [standa
30
32
31
33
- HG ([ @husayt ] ( http://github.com/husayt ) )
32
34
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
36
35
37
36
### [ 2.4.15] ( https://github.com/quran-center/quran-meta/compare/v2.4.13...v2.4.15 ) (2022-11-13)
38
37
Original file line number Diff line number Diff line change 8
8
" surah" ,
9
9
" juz"
10
10
],
11
- "version" : " 2.5.2-1 " ,
11
+ "version" : " 2.5.2-2 " ,
12
12
"license" : " MIT" ,
13
13
"jsdelivr" : " dist/index.mjs" ,
14
14
"unpkg" : " dist/index.mjs" ,
61
61
"coverage" : " vitest run --coverage" ,
62
62
"build" : " unbuild" ,
63
63
"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" ,
67
65
"release" : " changelogen --release --prerelease --publish --publishTag rc &&git push --follow-tags&&npm publish" ,
68
66
"test" : " pnpm lint && pnpm test:types && pnpm coverage" ,
69
67
"test:types" : " tsc --noEmit" ,
You can’t perform that action at this time.
0 commit comments