Comparing version
@@ -1188,2 +1188,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
const adhan = { | ||
@@ -1200,3 +1201,4 @@ Prayer: src_Prayer, | ||
PolarCircleResolution: PolarCircleResolution, | ||
Rounding: Rounding | ||
Rounding: Rounding, | ||
Shafaq: Shafaq | ||
}; | ||
@@ -1203,0 +1205,0 @@ /* harmony default export */ var Adhan = __webpack_exports__["default"] = (adhan); |
@@ -0,1 +1,8 @@ | ||
## [4.3.1](https://github.com/batoulapps/adhan-js/compare/v4.3.0...v4.3.1) (2021-12-25) | ||
### Bug Fixes | ||
* **exports:** add shafaq to main export ([22aedeb](https://github.com/batoulapps/adhan-js/commit/22aedeb59c032dd5a2d3f831d7ece520465713d0)) | ||
# [4.3.0](https://github.com/batoulapps/adhan-js/compare/v4.2.1...v4.3.0) (2021-12-24) | ||
@@ -2,0 +9,0 @@ |
module.exports = { | ||
extends: ['@commitlint/config-conventional'], | ||
ignores: [(message) => message.startsWith('chore(release)')], | ||
rules: { | ||
@@ -4,0 +5,0 @@ 'footer-max-line-length': [0], |
{ | ||
"name": "adhan", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "High precision Islamic prayer time library", | ||
@@ -5,0 +5,0 @@ "main": "Adhan.js", |
@@ -12,2 +12,3 @@ import Coordinates from './Coordinates'; | ||
import { Rounding } from './Rounding'; | ||
import { Shafaq } from './Shafaq'; | ||
@@ -26,4 +27,5 @@ const adhan = { | ||
Rounding, | ||
Shafaq | ||
}; | ||
export default adhan; |
Sorry, the diff of this file is not supported yet
207111
0.21%2169
0.18%