diff --git a/presto-client/CHANGELOG.md b/presto-client/CHANGELOG.md index 7f62a8b..35f534c 100644 --- a/presto-client/CHANGELOG.md +++ b/presto-client/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [1.0.1](https://github.com/prestodb/presto-js-client/compare/presto-client-1.0.0...presto-client-1.0.1) (2025-01-02) + + +### Bug Fixes + +* **presto-client:** parse Presto JSON response with custom reviver and BigInts ([#25](https://github.com/prestodb/presto-js-client/issues/25)) ([e70df0d](https://github.com/prestodb/presto-js-client/commit/e70df0dd5d484bc7aefe44931434a188f976645b)) + ## [1.0.0](https://github.com/prestodb/presto-js-client/compare/presto-client-0.1.1...presto-client-1.0.0) (2024-01-24) diff --git a/presto-client/package.json b/presto-client/package.json index a6d91c2..aae7b56 100644 --- a/presto-client/package.json +++ b/presto-client/package.json @@ -1,6 +1,6 @@ { "name": "@prestodb/presto-js-client", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "database", "presto",