chore: bump to v2.1.2

Add dist/index.d.mts to published package; enforce explicit files field.
This commit is contained in:
Aric Camarata 2026-05-30 19:12:15 -04:00
parent 05b4f577d0
commit 429c176a5e
2 changed files with 7 additions and 1 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.1.2] - 2026-05-30
### Fixed
- Add explicit `files` field to package.json; remove `.npmignore` to ensure correct published file set
- Include `dist/index.d.mts` in published package (was missing from 2.1.1)
## [2.1.1] - 2026-05-28
### Changed

View file

@ -1,6 +1,6 @@
{
"name": "pray-calc",
"version": "2.1.1",
"version": "2.1.2",
"description": "Islamic prayer times with a physics-grounded dynamic twilight angle algorithm. Covers Fajr, Sunrise, Dhuhr, Asr, Maghrib, Isha, Qiyam. Includes 14 traditional fixed-angle methods for comparison.",
"author": "Aric Camarata",
"license": "MIT",