chore: bump to v3.0.1

This commit is contained in:
Aric Camarata 2026-05-30 19:12:02 -04:00
parent a115ecc2a2
commit f711154dab
2 changed files with 8 additions and 1 deletions

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [3.0.1] - 2026-05-30
### Fixed
- Improved type safety in `formatHijriDate`: explicit return type annotation on `replace` callback and non-null assertions on array lookups with JSDoc justification comments.
- Added in-code comment blocks to all source modules documenting purpose, inputs, outputs, constraints, and SPORT references.
## [3.0.0] - 2026-05-28
### Changed

View file

@ -1,6 +1,6 @@
{
"name": "luxon-hijri",
"version": "3.0.0",
"version": "3.0.1",
"description": "Hijri/Gregorian date conversion and formatting using the Umm al-Qura calendar. Built on Luxon. Supports toHijri, toGregorian, formatHijriDate, and isValidHijriDate.",
"author": "Aric Camarata",
"license": "MIT",