Skip to content

Commit 2c0fd26

Browse files
committed
chore(presto-client): release 1.0.1
1 parent e70df0d commit 2c0fd26

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

presto-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [1.0.1](https://github.com/prestodb/presto-js-client/compare/presto-client-1.0.0...presto-client-1.0.1) (2025-01-02)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
512
## [1.0.0](https://github.com/prestodb/presto-js-client/compare/presto-client-0.1.1...presto-client-1.0.0) (2024-01-24)
613

714

presto-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prestodb/presto-js-client",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"keywords": [
55
"database",
66
"presto",

0 commit comments

Comments
 (0)