mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-07-01 03:14:24 +00:00
19 lines
579 B
Markdown
19 lines
579 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [1.1.1] - 2026-05-29
|
|
|
|
### Fixed
|
|
- Emit `dist/index.d.mts` so ESM consumers get proper type resolution.
|
|
- Use format-specific `types` entries in the `exports` map (`import` condition points to `index.d.mts`, `require` condition points to `index.d.ts`).
|
|
|
|
## [1.1.0] - 2026-05-28
|
|
|
|
### Added
|
|
- Initial release
|