Skip to content

Commit 2d2cd49

Browse files
chore(release): 4.2.1 [skip ci]
## [4.2.1](v4.2.0...v4.2.1) (2021-06-18) ### Bug Fixes * **rounding:** add rounding to top level export to make it available ([1663b47](1663b47)), closes [#68](#68) * **typescript:** fix typescript definitions for CalculationParameters ([65a6568](65a6568))
1 parent a981e8a commit 2d2cd49

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.2.1](https://github.com/batoulapps/adhan-js/compare/v4.2.0...v4.2.1) (2021-06-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **rounding:** add rounding to top level export to make it available ([1663b47](https://github.com/batoulapps/adhan-js/commit/1663b47ec0ea59023ea0d33c42cf2a9ce9c04940)), closes [#68](https://github.com/batoulapps/adhan-js/issues/68)
7+
* **typescript:** fix typescript definitions for CalculationParameters ([65a6568](https://github.com/batoulapps/adhan-js/commit/65a65687164135ba8e9b2ee1fe1eaa2e5a8298c7))
8+
19
# [4.2.0](https://github.com/batoulapps/adhan-js/compare/v4.1.0...v4.2.0) (2021-06-17)
210

311

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adhan",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "High precision Islamic prayer time library",
55
"main": "Adhan.js",
66
"types": "Adhan.d.ts",

0 commit comments

Comments
 (0)