Publish v1.13.6

This commit is contained in:
Kenny Daniel 2025-05-24 23:41:52 -07:00
parent 5e846e6b13
commit 0ea6fb7ed9
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 7 additions and 1 deletions

@ -1,5 +1,11 @@
# Changelog
## [1.13.6]
- Fix page continuation (#81 thanks @jpivarski).
## [1.13.5]
- Fast parquetQuery filter (#78)
## [1.13.4]
- parquetSchema more generic argument type.

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