From 82aa80759fb0e4cec72b0ef94481197db8629e78 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Jun 2023 17:51:47 +0000 Subject: [PATCH] chore(release): 1.1.1-develop.4 [skip ci] ## [1.1.1-develop.4](https://github.com/cheqd/connector-telegram/compare/1.1.1-develop.3...1.1.1-develop.4) (2023-06-30) ### Bug Fixes * Add replace Callback URI Domain parameter ([#78](https://github.com/cheqd/connector-telegram/issues/78)) ([8e49758](https://github.com/cheqd/connector-telegram/commit/8e49758b8fd3a6aebef9a384233a10104c08f4a9)) * Connector config opt replaceCallbackURIDomain ([#79](https://github.com/cheqd/connector-telegram/issues/79)) ([230665b](https://github.com/cheqd/connector-telegram/commit/230665ba8b8242c39bce475a6f1340ca80a8feeb)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83232be..97effea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.1-develop.4](https://github.com/cheqd/connector-telegram/compare/1.1.1-develop.3...1.1.1-develop.4) (2023-06-30) + + +### Bug Fixes + +* Add replace Callback URI Domain parameter ([#78](https://github.com/cheqd/connector-telegram/issues/78)) ([8e49758](https://github.com/cheqd/connector-telegram/commit/8e49758b8fd3a6aebef9a384233a10104c08f4a9)) +* Connector config opt replaceCallbackURIDomain ([#79](https://github.com/cheqd/connector-telegram/issues/79)) ([230665b](https://github.com/cheqd/connector-telegram/commit/230665ba8b8242c39bce475a6f1340ca80a8feeb)) + ## [1.1.2](https://github.com/cheqd/connector-telegram/compare/1.1.1...1.1.2) (2023-05-30) ## [1.1.1-develop.3](https://github.com/cheqd/connector-telegram/compare/1.1.1-develop.2...1.1.1-develop.3) (2023-06-29) diff --git a/package.json b/package.json index 28358a0..5166c01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/connector-telegram", - "version": "1.1.1-develop.3", + "version": "1.1.1-develop.4", "description": "Telegram OAuth connector for LogTo", "author": "Cheqd Foundation Limited (https://github.com/cheqd)", "license": "Apache-2.0",