mirror of
https://github.com/acamarata/luxon-hijri.git
synced 2026-06-30 18:54:28 +00:00
chore: bump to v3.0.2
This commit is contained in:
parent
8990001e17
commit
ab7c5d814e
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
## [3.0.2] - 2026-06-10
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
(previously, LOCAL date components were read, causing off-by-one errors west of UTC and on UTC+13+).
|
||||
- Round-trips (`toGregorian` then `toHijri`) are now exact for both the UAQ (default) and FCNA engines.
|
||||
- Tests updated to use `new Date(Date.UTC(...))` anchors throughout; UAQ engine round-trip regression
|
||||
suite added. Lock-step release with hijri-core fix (commit 3419378).
|
||||
suite added. Lock-step release with hijri-core 1.0.3 fix (commit 3419378).
|
||||
|
||||
## [3.0.1] - 2026-05-30
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "luxon-hijri",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue