Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions presto-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion presto-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prestodb/presto-js-client",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"database",
"presto",
Expand Down
Loading