Publish 1.17.2 (#110)

This commit is contained in:
Sylvain Lesage 2025-08-15 16:24:44 -04:00 committed by GitHub
parent 530256260f
commit 60e15eb4d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

@ -1,5 +1,9 @@
# Changelog
## [1.17.2]
- Export `ParquetQueryFilter` type (#105)
- Remove a circular dependency (#108)
## [1.17.1]
- Fix zero row file (#98 thanks @kroche98)

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