From be32b0574c2f043e8179ea508340e5c1be755b8a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Sep 2024 07:18:32 +0000 Subject: [PATCH] chore(release): 3.3.0-develop.5 [skip ci] ## [3.3.0-develop.5](https://github.com/cheqd/studio/compare/3.3.0-develop.4...3.3.0-develop.5) (2024-09-06) ### Bug Fixes * Fix customer creation workflow [DEV-4287] ([#574](https://github.com/cheqd/studio/issues/574)) ([6e1ca72](https://github.com/cheqd/studio/commit/6e1ca728a820d1bba8c870c60e849f96c0685d8e)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a45d210b..39bef4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.3.0-develop.5](https://github.com/cheqd/studio/compare/3.3.0-develop.4...3.3.0-develop.5) (2024-09-06) + +### Bug Fixes + +* Fix customer creation workflow [DEV-4287] ([#574](https://github.com/cheqd/studio/issues/574)) ([6e1ca72](https://github.com/cheqd/studio/commit/6e1ca728a820d1bba8c870c60e849f96c0685d8e)) + ## [3.3.0-develop.4](https://github.com/cheqd/studio/compare/3.3.0-develop.3...3.3.0-develop.4) (2024-09-02) ### Features diff --git a/package.json b/package.json index 6eaf2649..f8daa6f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/studio", - "version": "3.3.0-develop.4", + "version": "3.3.0-develop.5", "description": "cheqd Studio Backend", "source": "src/index.ts", "main": "dist/index.js",