# 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