Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2023-12-09)

### Bug Fixes

* **incompatible-sample-rate:** wireless devices with 16000hz were not working ([e9ee3d1](e9ee3d1))
* export function typo ([6bc8aac](6bc8aac))
* semantic release ([5c9ff60](5c9ff60))

### Features

* **connectionid-speakeruserid-support:** added support for passing userId & connectionId ([293099d](293099d))
* **message-id-support:** added message id support with a quick test setup ([22802a1](22802a1))
* **sample-demo:** added demo files to perform a quick demo without having to setup Dyte fully ([17b64c6](17b64c6))

skip-checks: true
  • Loading branch information
semantic-release-bot committed Dec 9, 2023
1 parent b67a38a commit 0bca933
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.1.0](https://github.com/dyte-in/symbl-transcription/compare/v2.0.0...v2.1.0) (2023-12-09)


### Bug Fixes

* **incompatible-sample-rate:** wireless devices with 16000hz were not working ([e9ee3d1](https://github.com/dyte-in/symbl-transcription/commit/e9ee3d180df4b254b1639227d872793e9ec3b27b))
* export function typo ([6bc8aac](https://github.com/dyte-in/symbl-transcription/commit/6bc8aacb8115a6c61ffc1ddca740ed602abc0abe))
* semantic release ([5c9ff60](https://github.com/dyte-in/symbl-transcription/commit/5c9ff60353aeb363b5671c728da147b339197d19))


### Features

* **connectionid-speakeruserid-support:** added support for passing userId & connectionId ([293099d](https://github.com/dyte-in/symbl-transcription/commit/293099df03cb1be995f0d492d483947ad7bdebba))
* **message-id-support:** added message id support with a quick test setup ([22802a1](https://github.com/dyte-in/symbl-transcription/commit/22802a1fb0b5c4c53f89e80c0d2f2372b753b18f))
* **sample-demo:** added demo files to perform a quick demo without having to setup Dyte fully ([17b64c6](https://github.com/dyte-in/symbl-transcription/commit/17b64c6d4ee8e7eb79c6142afd313241cb55bd70))

## [2.0.1-staging.1](https://github.com/dyte-in/symbl-transcription/compare/v2.0.0...v2.0.1-staging.1) (2023-02-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dyte-in/symbl-transcription",
"version": "2.0.1-staging.1",
"version": "2.1.0",
"description": "Audio middleware to generate transcriptions using Symbl.ai APIs",
"types": "./types/index.d.ts",
"main": "./dist/index.cjs.js",
Expand Down Expand Up @@ -43,8 +43,7 @@
"peerDepdendencies": {
"@dytesdk/web-core": ">=0.26.0"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
Expand Down

0 comments on commit 0bca933

Please sign in to comment.