Skip to content

Commit

Permalink
chore(release): publish releases
Browse files Browse the repository at this point in the history
 - @microfleet/clickhouse-adapter@0.4.0
 - @microfleet/root-test@0.2.0
  • Loading branch information
TorinAsakura committed Aug 10, 2021
1 parent c100842 commit 2fccdcd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/clickhouse-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/clickhouse-adapter@0.3.1...@microfleet/clickhouse-adapter@0.4.0) (2021-08-10)


### Features

* upgrade to latest adapter ([19a6a96](https://github.com/microfleet/clickhouse-adapter/commit/19a6a9632f6674b7be1a9d2171aa7cee808fe11a))





## [0.3.1](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/clickhouse-adapter@0.3.0...@microfleet/clickhouse-adapter@0.3.1) (2020-08-18)

**Note:** Version bump only for package @microfleet/clickhouse-adapter
Expand Down
2 changes: 1 addition & 1 deletion packages/clickhouse-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"files": [
"dist"
],
"version": "0.3.1",
"version": "0.4.0",
"scripts": {
"compile": "tsc -p tsconfig.build.json",
"test": "yarn test:unit && yarn test:e2e",
Expand Down
11 changes: 11 additions & 0 deletions test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/root-test@0.1.0...@microfleet/root-test@0.2.0) (2021-08-10)


### Features

* upgrade to latest adapter ([19a6a96](https://github.com/microfleet/clickhouse-adapter/commit/19a6a9632f6674b7be1a9d2171aa7cee808fe11a))





# 0.1.0 (2020-05-28)


Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microfleet/root-test",
"main": "index.ts",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"dependencies": {
"moment": "2.29.1"
Expand Down

0 comments on commit 2fccdcd

Please sign in to comment.