From 87fc94960f8b7f467eb9a8d6cbfb692928a320ad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Dec 2023 16:59:43 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/dyte-in/symbl-transcription/compare/v2.1.0...v2.2.0) (2023-12-29) ### Features * **start-request-params:** added the ability to control start request params ([3c61190](https://github.com/dyte-in/symbl-transcription/commit/3c611908eda8e6df49a583d623f27bd0f221c86c)) skip-checks: true --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e401e..2c4ce72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/dyte-in/symbl-transcription/compare/v2.1.0...v2.2.0) (2023-12-29) + + +### Features + +* **start-request-params:** added the ability to control start request params ([3c61190](https://github.com/dyte-in/symbl-transcription/commit/3c611908eda8e6df49a583d623f27bd0f221c86c)) + # [2.1.0](https://github.com/dyte-in/symbl-transcription/compare/v2.0.0...v2.1.0) (2023-12-09) diff --git a/package-lock.json b/package-lock.json index 522d15b..e19d792 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dyte-in/symbl-transcription", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dyte-in/symbl-transcription", - "version": "2.1.0", + "version": "2.2.0", "license": "ISC", "dependencies": { "lodash-es": "^4.17.21" diff --git a/package.json b/package.json index 8342fee..25c6484 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dyte-in/symbl-transcription", - "version": "2.1.0", + "version": "2.2.0", "description": "Audio middleware to generate transcriptions using Symbl.ai APIs", "types": "./types/index.d.ts", "main": "./dist/index.cjs.js",