mirror of
https://github.com/acamarata/pray-calc.git
synced 2026-06-30 19:04:26 +00:00
791 B
791 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[2.1.2] - 2026-05-30
Fixed
- Add explicit
filesfield to package.json; remove.npmignoreto ensure correct published file set - Include
dist/index.d.mtsin published package (was missing from 2.1.1)
[2.1.1] - 2026-05-28
Changed
- Flatten exports map to ADR-015 standard (import/require/types at top level)
- Add "./package.json" export condition
- Add coverage script (c8 --reporter=lcov)
- Migrate CI from pnpm/action-setup to corepack enable
[2.1.0] - 2026-05-28
Added
- Initial release