Skip to content

Commit 33ee7ff

Browse files
committed
chore: bump version to 0.3.0
1 parent c68811f commit 33ee7ff

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.2.4] - 2026-02-10
8+
## [0.3.0] - 2026-02-10
99

1010
### Added
1111

1212
- **Governorate boundary layer** (`sa_governorates_simple.parquet`) - 133 governorates with geometry, derived from district boundaries
1313
- **Admin IDs in `getAdminHierarchy()`** - Returns `id` for district (`district_id`), governorate (`gov_id`), and region (`region_id`) alongside `name_ar`/`name_en`
1414
- **`sa_governorates` SQL view** created during SDK initialization
15+
- **`DuckDBRow` type alias** - Replaces scattered `any` annotations for DuckDB query results
1516

1617
### Changed
1718

1819
- `AdminHierarchy` interface now includes `id: string` on `district`, `governorate`, and `region`
1920
- `getAdminHierarchy()` queries all three admin levels (district, governorate, region) in parallel for better performance
2021
- Governorate data now comes from dedicated boundary file instead of district table columns
2122

23+
### Fixed
24+
25+
- Resolved all 18 eslint warnings (unused catch variables, explicit `any` types)
26+
2227
## [0.2.3] - 2026-02-03
2328

2429
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabaqat/geocoding-sdk",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "Browser-based geocoding SDK using DuckDB-WASM",
55
"module": "src/index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)