From 429c176a5e67cbb3bcc3bc3f45ea794b497a8a99 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sat, 30 May 2026 19:12:15 -0400 Subject: [PATCH] chore: bump to v2.1.2 Add dist/index.d.mts to published package; enforce explicit files field. --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6068010..d0fb584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 42b71d2..ff54f13 100644 --- a/package.json +++ b/package.json @@ -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",