Publish v1.14.0

This commit is contained in:
Kenny Daniel 2025-05-26 17:58:43 -07:00
parent 4e2f76df09
commit ec233fbf74
No known key found for this signature in database
GPG Key ID: FDF16101AF5AFD3A
2 changed files with 4 additions and 1 deletions

@ -1,5 +1,8 @@
# Changelog
## [1.14.0]
- Refactor to use `AsyncRowGroup` and `AsyncColumn` abstractions for better performance and flexibility (#83).
## [1.13.6]
- Fix page continuation (#81 thanks @jpivarski).

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