Publish v1.15.0 with packaging changes

This commit is contained in:
Kenny Daniel 2025-05-30 15:56:18 -07:00
parent 113fbe3ca8
commit 54a9df0acd
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.15.0]
- Change packaging to have node-specific exports for `asyncBufferFromFile` (#80).
## [1.14.0]
- Refactor to use `AsyncRowGroup` and `AsyncColumn` abstractions for better performance and flexibility (#83).

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