From 2c0fd2630f7a0ee3d913e22b6cf22dd6a42423f5 Mon Sep 17 00:00:00 2001 From: Alonso Vega Date: Thu, 2 Jan 2025 13:15:19 -0600 Subject: [PATCH 1/2] chore(presto-client): release 1.0.1 --- presto-client/CHANGELOG.md | 7 +++++++ presto-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/presto-client/CHANGELOG.md b/presto-client/CHANGELOG.md index 7f62a8b..741043b 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 + +* **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", From 2079f42dd127a5346f8abf10699b9f54141ccb8d Mon Sep 17 00:00:00 2001 From: Alonso Vega Date: Fri, 3 Jan 2025 13:21:32 -0600 Subject: [PATCH 2/2] Update presto-client/CHANGELOG.md Co-authored-by: Jorge Ramirez --- presto-client/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presto-client/CHANGELOG.md b/presto-client/CHANGELOG.md index 741043b..35f534c 100644 --- a/presto-client/CHANGELOG.md +++ b/presto-client/CHANGELOG.md @@ -7,7 +7,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s ### Bug Fixes -* **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)) +* **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)