Skip to content

Commit

Permalink
chore(release): 4.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jun 18, 2021
1 parent a981e8a commit 2d2cd49
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.2.1](https://github.com/batoulapps/adhan-js/compare/v4.2.0...v4.2.1) (2021-06-18)


### Bug Fixes

* **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)
* **typescript:** fix typescript definitions for CalculationParameters ([65a6568](https://github.com/batoulapps/adhan-js/commit/65a65687164135ba8e9b2ee1fe1eaa2e5a8298c7))

# [4.2.0](https://github.com/batoulapps/adhan-js/compare/v4.1.0...v4.2.0) (2021-06-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adhan",
"version": "4.2.0",
"version": "4.2.1",
"description": "High precision Islamic prayer time library",
"main": "Adhan.js",
"types": "Adhan.d.ts",
Expand Down

0 comments on commit 2d2cd49

Please sign in to comment.