Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2022-06-23)

### Bug Fixes

* **transcriptionscallback:** changed return type to void instead of object ([6bf1f41](6bf1f41))

skip-checks: true
  • Loading branch information
semantic-release-bot committed Jun 23, 2022
1 parent 6bf1f41 commit f070063
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/dyte-in/symbl-transcription/compare/v1.1.1...v1.1.2) (2022-06-23)


### Bug Fixes

* **transcriptionscallback:** changed return type to void instead of object ([6bf1f41](https://github.com/dyte-in/symbl-transcription/commit/6bf1f418a50a1122c497f666fd69d94c88951174))

## [1.1.1](https://github.com/dyte-in/symbl-transcription/compare/v1.1.0...v1.1.1) (2022-06-23)


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": "1.1.1",
"version": "1.1.2",
"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 f070063

Please sign in to comment.