mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-06-30 19:04:24 +00:00
chore: bump to v1.1.2
This commit is contained in:
parent
a15b4e2bdd
commit
371d1773e7
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [1.1.1] - 2026-05-29
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "moon-sighting",
|
"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.",
|
"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",
|
"author": "Aric Camarata",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue