From 680bc72c19ed165eedc5f39239782ec83ee46f4c Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sat, 30 May 2026 19:12:04 -0400 Subject: [PATCH] chore: bump to v1.0.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c44b81..c03aab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.2] - 2026-05-30 + +### Changed +- Apply TypeScript strict null-check fixes in uaq.ts and fcna.ts (non-null assertions compile away; no behavior change) + ## [1.0.1] - 2026-05-28 ### Changed diff --git a/package.json b/package.json index 88ce024..1ba15e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hijri-core", - "version": "1.0.1", + "version": "1.0.2", "description": "Zero-dependency Hijri calendar engine with pluggable calendar support. Includes Umm al-Qura (UAQ) and FCNA/ISNA calendars. Extensible registry for custom calendars.", "author": "Aric Camarata", "license": "MIT",