Publish v0.17.4 (#113)

This commit is contained in:
Sylvain Lesage 2025-08-22 15:26:00 -04:00 committed by GitHub
parent 49bd895fb5
commit 0609adea03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

@ -1,5 +1,11 @@
# Changelog
## [1.17.4]
- Fix onComplete return type (#104 thanks @supermar1010)
## [1.17.3]
- Fix circular import (#111)
## [1.17.2]
- Export `ParquetQueryFilter` type (#105)
- Remove a circular dependency (#108)

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