From 371d1773e74a980924bbec8e06fa1680f2110a1b Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sat, 30 May 2026 19:19:07 -0400 Subject: [PATCH] chore: bump to v1.1.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 633742f..d8ce2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2] - 2026-05-30 + +### Fixed +- Strict TypeScript null checks in spk, math, and visibility modules. + +### Changed +- Flat `exports` map shape per ADR-015; `d.mts` copy retained on disk. +- CI: corepack before setup-node, prettier scoped to `src/`. +- Adopted shared `@acamarata/tsconfig` and `@acamarata/eslint-config` packages. + ## [1.1.1] - 2026-05-29 ### Fixed diff --git a/package.json b/package.json index 204cf55..23419af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moon-sighting", - "version": "1.1.1", + "version": "1.1.2", "description": "High-accuracy lunar crescent visibility and moon sighting calculations using JPL DE442S ephemerides. Implements Yallop and Odeh criteria for Islamic crescent sighting workflows.", "author": "Aric Camarata", "license": "MIT",