Skip to content

Commit ac448fe

Browse files
chore(presto-client): release 1.0.0
1 parent 8f5bc53 commit ac448fe

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

presto-client/CHANGELOG.md

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

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

5+
## [1.0.0](https://github.com/prestodb/presto-js-client/compare/presto-client-0.1.1...presto-client-1.0.0) (2024-01-24)
6+
7+
8+
### Features
9+
10+
* **presto-client:** add get catalog, schema, table & column utility methods ([#18](https://github.com/prestodb/presto-js-client/issues/18)) ([a35bf9d](https://github.com/prestodb/presto-js-client/commit/a35bf9d5f48de188fe148354fa7e15996e6baed2))
11+
* **presto-client:** allow basic authentication ([#19](https://github.com/prestodb/presto-js-client/issues/19)) ([582c857](https://github.com/prestodb/presto-js-client/commit/582c857f8d6fb3dd527040ddb943e52a8572c8c2))
12+
* **presto-client:** include get query metadata method ([#20](https://github.com/prestodb/presto-js-client/issues/20)) ([8f5bc53](https://github.com/prestodb/presto-js-client/commit/8f5bc537a1827caffeb1ff098d3d70ac37380b87))
13+
* **presto-client:** return back the whole error object ([#17](https://github.com/prestodb/presto-js-client/issues/17)) ([8221bdc](https://github.com/prestodb/presto-js-client/commit/8221bdc76798e10fa2ef5579e3b62a0f9b484c0a))
14+
515
## [0.1.1](https://github.com/prestodb/presto-js-client/compare/presto-client-0.1.0...presto-client-0.1.1) (2023-11-28)
616

717

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": "0.1.1",
3+
"version": "1.0.0",
44
"keywords": [
55
"database",
66
"presto",

0 commit comments

Comments
 (0)