From 76025ff54a75e60cbcca319c2e7db8b01fd459f7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Aug 2022 11:46:33 +0000 Subject: [PATCH] chore(release): 2.0.0-staging.1 [skip ci] # [2.0.0-staging.1](https://github.com/dyte-in/symbl-transcription/compare/v1.1.2...v2.0.0-staging.1) (2022-08-05) ### Documentation * **readme:** added readme as per new design ([821aab3](https://github.com/dyte-in/symbl-transcription/commit/821aab305db149ef3a0eddd71950fd6ec3e5f261)) ### Features * **languagecodesupport:** added symbl language support code, it doesn't work as expected however ([e37ba1d](https://github.com/dyte-in/symbl-transcription/commit/e37ba1d343e0e78d01cdc22e34c486c64d01f368)) * **transactionlistenonlysupport:** added support for users who would only listen ([dee36e3](https://github.com/dyte-in/symbl-transcription/commit/dee36e3671d238b991fdd88440409f02ebcf5f45)) ### BREAKING CHANGES * **readme:** New functionality forces the user to make 2 function calls instead of 1 to achieve the same result skip-checks: true --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae13681..39fa03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [2.0.0-staging.1](https://github.com/dyte-in/symbl-transcription/compare/v1.1.2...v2.0.0-staging.1) (2022-08-05) + + +### Documentation + +* **readme:** added readme as per new design ([821aab3](https://github.com/dyte-in/symbl-transcription/commit/821aab305db149ef3a0eddd71950fd6ec3e5f261)) + + +### Features + +* **languagecodesupport:** added symbl language support code, it doesn't work as expected however ([e37ba1d](https://github.com/dyte-in/symbl-transcription/commit/e37ba1d343e0e78d01cdc22e34c486c64d01f368)) +* **transactionlistenonlysupport:** added support for users who would only listen ([dee36e3](https://github.com/dyte-in/symbl-transcription/commit/dee36e3671d238b991fdd88440409f02ebcf5f45)) + + +### BREAKING CHANGES + +* **readme:** New functionality forces the user to make 2 function calls instead of 1 to achieve +the same result + ## [1.1.2](https://github.com/dyte-in/symbl-transcription/compare/v1.1.1...v1.1.2) (2022-06-23) diff --git a/package-lock.json b/package-lock.json index e2d7f78..8f3fcba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dyte-in/symbl-transcription", - "version": "1.1.2", + "version": "2.0.0-staging.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dyte-in/symbl-transcription", - "version": "1.1.2", + "version": "2.0.0-staging.1", "license": "ISC", "devDependencies": { "@commitlint/cli": "^13.1.0", diff --git a/package.json b/package.json index 50fc093..51233e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dyte-in/symbl-transcription", - "version": "1.1.2", + "version": "2.0.0-staging.1", "description": "Audio middleware to generate transcriptions using Symbl.ai APIs", "types": "./types/index.d.ts", "main": "./dist/index.cjs.js",