diff --git a/CHANGELOG.md b/CHANGELOG.md index d896788..1c71a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 809662a..e421b5f 100644 --- a/package.json +++ b/package.json @@ -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",