Publish v1.13.3

This commit is contained in:
Kenny Daniel 2025-05-15 23:50:13 -07:00
parent 8dbb74ac78
commit 6b23a82894
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 5 additions and 1 deletions

@ -1,5 +1,9 @@
# Changelog
## [1.13.3]
- Convert logical type 'STRING'
- Side-effect-free in package.json
## [1.13.2]
- Fix duckdb delta encoding (#77 thanks @mike-iqmo).

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