chore: bump to v1.1.2

This commit is contained in:
Aric Camarata 2026-05-30 19:19:07 -04:00
parent a15b4e2bdd
commit 371d1773e7
2 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -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",