From 7a0eac0c38501f23799bffdf08e585f66ae10f63 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Oct 2024 07:47:30 +0000 Subject: [PATCH] chore(release): 3.5.0-develop.1 [skip ci] ## [3.5.0-develop.1](https://github.com/cheqd/studio/compare/3.4.0...3.5.0-develop.1) (2024-10-25) ### Features * Configure free trial without payment details [DEV-4455] ([#613](https://github.com/cheqd/studio/issues/613)) ([f018051](https://github.com/cheqd/studio/commit/f01805175479d111952a2e9c047880a873b2993e)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 783045e0..f863f014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.5.0-develop.1](https://github.com/cheqd/studio/compare/3.4.0...3.5.0-develop.1) (2024-10-25) + +### Features + +* Configure free trial without payment details [DEV-4455] ([#613](https://github.com/cheqd/studio/issues/613)) ([f018051](https://github.com/cheqd/studio/commit/f01805175479d111952a2e9c047880a873b2993e)) + ## [3.4.0](https://github.com/cheqd/studio/compare/3.3.0...3.4.0) (2024-10-11) ### Features diff --git a/package.json b/package.json index 929bd9fd..0d936d83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/studio", - "version": "3.4.0", + "version": "3.5.0-develop.1", "description": "cheqd Studio Backend", "source": "src/index.ts", "main": "dist/index.js",