From 89d9db4a3e78ea3c265d92192ed74713bf0f6953 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Jan 2023 13:56:04 +0000 Subject: [PATCH] :bookmark: Release 1.6.8 [skip ci] ## [1.6.8](https://github.com/antoniovizuete/clickhouser/compare/v1.6.7...v1.6.8) (2023-01-23) ### :bug: * Be able to query for tables even the pass is empty ([e208968](https://github.com/antoniovizuete/clickhouser/commit/e208968f1a5a5cb1398c3d7db90adcfcbd940028)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1836b5..b80a4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.8](https://github.com/antoniovizuete/clickhouser/compare/v1.6.7...v1.6.8) (2023-01-23) + + +### :bug: + +* Be able to query for tables even the pass is empty ([e208968](https://github.com/antoniovizuete/clickhouser/commit/e208968f1a5a5cb1398c3d7db90adcfcbd940028)) + ## [1.6.7](https://github.com/antoniovizuete/clickhouser/compare/v1.6.6...v1.6.7) (2023-01-23) diff --git a/package.json b/package.json index 0488db4..3125c03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "clickhouser", "private": true, - "version": "1.6.7", + "version": "1.6.8", "repository": { "type": "git", "url": "https://github.com/antoniovizuete/clickhouser.git"