mirror of
https://github.com/acamarata/pray-calc.git
synced 2026-07-01 11:24:26 +00:00
chore: bump to v2.1.2
Add dist/index.d.mts to published package; enforce explicit files field.
This commit is contained in:
parent
05b4f577d0
commit
429c176a5e
2 changed files with 7 additions and 1 deletions
|
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [2.1.1] - 2026-05-28
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pray-calc",
|
"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.",
|
"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",
|
"author": "Aric Camarata",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue