mirror of
https://github.com/acamarata/qibla.git
synced 2026-06-30 19:04:28 +00:00
chore: bump to v1.1.2
This commit is contained in:
parent
ee2cf4d92e
commit
ac4e7e6a8a
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue