chore: bump to v1.1.2

This commit is contained in:
Aric Camarata 2026-05-30 19:11:44 -04:00
parent ee2cf4d92e
commit ac4e7e6a8a
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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",