Skip to content

Commit

Permalink
Prepare 0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Oct 11, 2023
1 parent a777eec commit c77c765
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.2.3 (Node.js only)

No changes in web/common modules.

### Bug fixes

- (Node.js only) Fixed an issue where the underlying socket was closed every time after using `insert` with a `keep_alive` option enabled, which led to performance limitations. See [#202](https://github.com/ClickHouse/clickhouse-js/issues/202) for more details. ([@varrocs](https://github.com/varrocs))

## 0.2.2 (Common, Node.js & Web)

### New features
Expand Down
2 changes: 1 addition & 1 deletion packages/client-common/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.2.2'
export default '0.2.3'
2 changes: 1 addition & 1 deletion packages/client-node/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.2.2'
export default '0.2.3'
2 changes: 1 addition & 1 deletion packages/client-web/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.2.2'
export default '0.2.3'

0 comments on commit c77c765

Please sign in to comment.