Skip to content

Commit

Permalink
chore(release): 4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.2.0](v4.1.0...v4.2.0) (2021-06-17)

### Features

* **calculation-parameters:** adding rounding option parameter ([7cf40d4](7cf40d4)), closes [#43](#43)
* **date-utils:** default rounding logic to nearest ([87f2b99](87f2b99))
* **date-utils:** include rounding changes in webpacked artifact ([fa8a13e](fa8a13e))
  • Loading branch information
semantic-release-bot committed Jun 17, 2021
1 parent 8f96c16 commit e7c8c78
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [4.2.0](https://github.com/batoulapps/adhan-js/compare/v4.1.0...v4.2.0) (2021-06-17)


### Features

* **calculation-parameters:** adding rounding option parameter ([7cf40d4](https://github.com/batoulapps/adhan-js/commit/7cf40d413bbb8ca554397143fde441046d570876)), closes [#43](https://github.com/batoulapps/adhan-js/issues/43)
* **date-utils:** default rounding logic to nearest ([87f2b99](https://github.com/batoulapps/adhan-js/commit/87f2b99db42eef29fd6511816403688ffcd6002b))
* **date-utils:** include rounding changes in webpacked artifact ([fa8a13e](https://github.com/batoulapps/adhan-js/commit/fa8a13e4902fc7bbe2fbaafe78ad541a905fbd8e))

# [4.1.0](https://github.com/batoulapps/adhan-js/compare/v4.0.3...v4.1.0) (2021-03-19)


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.1.0",
"version": "4.2.0",
"description": "High precision Islamic prayer time library",
"main": "Adhan.js",
"types": "Adhan.d.ts",
Expand Down

0 comments on commit e7c8c78

Please sign in to comment.