From d885fcb59df51688ac8b8a6d7787ecde0b50ef0d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Sep 2024 09:39:52 +0000 Subject: [PATCH] chore(release): 3.3.0-develop.6 [skip ci] ## [3.3.0-develop.6](https://github.com/cheqd/studio/compare/3.3.0-develop.5...3.3.0-develop.6) (2024-09-10) ### Bug Fixes * Fix error handling in webhook ([#590](https://github.com/cheqd/studio/issues/590)) ([5ede2ff](https://github.com/cheqd/studio/commit/5ede2ff6a2f2e85dc2e5c06347fbec7c51eca61b)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39bef4c9..0755ebb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.3.0-develop.6](https://github.com/cheqd/studio/compare/3.3.0-develop.5...3.3.0-develop.6) (2024-09-10) + +### Bug Fixes + +* Fix error handling in webhook ([#590](https://github.com/cheqd/studio/issues/590)) ([5ede2ff](https://github.com/cheqd/studio/commit/5ede2ff6a2f2e85dc2e5c06347fbec7c51eca61b)) + ## [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 diff --git a/package.json b/package.json index f8daa6f5..ad5c4719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/studio", - "version": "3.3.0-develop.5", + "version": "3.3.0-develop.6", "description": "cheqd Studio Backend", "source": "src/index.ts", "main": "dist/index.js",