Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2024-01-03)

### Bug Fixes

* add conversationId to transcriptions ([8522ce4](8522ce4))
* add docs ([8399ee6](8399ee6))
* do not set a default parameter ([ee3af81](ee3af81))

skip-checks: true
  • Loading branch information
semantic-release-bot committed Jan 3, 2024
1 parent 89f82be commit 12ee205
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.2.1](https://github.com/dyte-in/symbl-transcription/compare/v2.2.0...v2.2.1) (2024-01-03)


### Bug Fixes

* add conversationId to transcriptions ([8522ce4](https://github.com/dyte-in/symbl-transcription/commit/8522ce4fb0e68d68c0075b7d1c3f4be15fd9e805))
* add docs ([8399ee6](https://github.com/dyte-in/symbl-transcription/commit/8399ee6aae424c6dfb9f47e41f04e3a1a0b95d23))
* do not set a default parameter ([ee3af81](https://github.com/dyte-in/symbl-transcription/commit/ee3af8166ede777a6386c28a4b57fa8299bd2068))

# [2.2.0](https://github.com/dyte-in/symbl-transcription/compare/v2.1.0...v2.2.0) (2023-12-29)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dyte-in/symbl-transcription",
"version": "2.2.0",
"version": "2.2.1",
"description": "Audio middleware to generate transcriptions using Symbl.ai APIs",
"types": "./types/index.d.ts",
"main": "./dist/index.cjs.js",
Expand Down

0 comments on commit 12ee205

Please sign in to comment.