Skip to content

Commit 1fc83ac

Browse files
committed
Release v0.1.10
1 parent c09a418 commit 1fc83ac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.9",
2+
"version": "0.1.10",
33
"name": "trino-client",
44
"description": "Trino client library",
55
"author": {

tests/it/client.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ describe('trino', () => {
133133
...acc,
134134
...(row.data ?? []),
135135
]);
136-
console.log(data);
137136
expect(data).toHaveLength(limit);
138137
});
139138

0 commit comments

Comments
 (0)