Publish v1.18.1

This commit is contained in:
Kenny Daniel 2025-09-27 00:01:33 -07:00
parent 78c621fdc5
commit 49a3193c5c
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 5 additions and 1 deletions

@ -1,5 +1,9 @@
# Changelog
## [1.18.1]
- Fix geospatial metadata parsing
- Custom `stringFromBytes` parser option (#129)
## [1.18.0]
- Refine `onComplete` types for `rowFormat: 'array'` and `rowFormat: 'object'` (#120)
- Only object format for `parquetReadObjects` and `parquetQuery` (#120)

@ -1,6 +1,6 @@
{
"name": "hyparquet",
"version": "1.18.0",
"version": "1.18.1",
"description": "Parquet file parser for JavaScript",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",