Skip to content

Commit 5db78ab

Browse files
committed
chore(release): publish releases
- @microfleet/clickhouse-adapter@0.5.0
1 parent 7910e50 commit 5db78ab

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/clickhouse-adapter/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/clickhouse-adapter@0.4.2...@microfleet/clickhouse-adapter@0.5.0) (2021-08-26)
7+
8+
9+
### Features
10+
11+
* upgrade clickhouse adapter ([50912fc](https://github.com/microfleet/clickhouse-adapter/commit/50912fcddc180089a7c2a336ee8ec26c53e09aa7))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* requires issuing .close() as internally uses a pool to connect to CH, multiple other changes, which arent breaking
17+
18+
19+
20+
21+
622
## [0.4.2](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/clickhouse-adapter@0.4.1...@microfleet/clickhouse-adapter@0.4.2) (2021-08-24)
723

824

packages/clickhouse-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dist",
1010
"types"
1111
],
12-
"version": "0.4.2",
12+
"version": "0.5.0",
1313
"scripts": {
1414
"compile": "tsc -p tsconfig.build.json",
1515
"test": "yarn test:unit && yarn test:e2e",

0 commit comments

Comments
 (0)