Skip to content

Commit 6048853

Browse files
chore: bump @clickhouse/client-web version to 1.24.0 (#953)
Bumps `@clickhouse/client-web` from `1.23.1` to `1.24.0` (minor bump). Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 27f5e2d commit 6048853

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@clickhouse/client-web",
33
"description": "Official JS client for ClickHouse DB - Web API implementation",
44
"homepage": "https://clickhouse.com",
5-
"version": "1.23.1",
5+
"version": "1.24.0",
66
"license": "Apache-2.0",
77
"keywords": [
88
"clickhouse",

packages/client-web/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default "1.23.1";
1+
export default "1.24.0";

0 commit comments

Comments
 (0)