mirror of
https://github.com/acamarata/hijri-core.git
synced 2026-07-01 19:24:28 +00:00
chore: bump to v1.0.2
This commit is contained in:
parent
db575a3b41
commit
680bc72c19
2 changed files with 6 additions and 1 deletions
|
|
@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [1.0.1] - 2026-05-28
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hijri-core",
|
"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.",
|
"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",
|
"author": "Aric Camarata",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue