diff --git a/CHANGELOG.md b/CHANGELOG.md index 67fc7ec..4d0fb40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2] - 2026-05-30 + +### Changed +- Add TSDoc comments with examples and wiki links to all exported functions +- Add non-null assertions with explanatory comments for array index access +- Formatting cleanup (inline multi-line function signatures) + ## [1.1.1] - 2026-05-28 ### Changed diff --git a/package.json b/package.json index 26a2ae5..b4ab262 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@acamarata/qibla", - "version": "1.1.1", + "version": "1.1.2", "description": "Qibla direction, great-circle path, and haversine distance. Pure math, zero dependencies.", "author": "Aric Camarata", "license": "MIT",