Skip to content

Commit

Permalink
chore(release): 2.0.0-staging.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-staging.1](v1.1.2...v2.0.0-staging.1) (2022-08-05)

### Documentation

* **readme:** added readme as per new design ([821aab3](821aab3))

### Features

* **languagecodesupport:** added symbl language support code, it doesn't work as expected however ([e37ba1d](e37ba1d))
* **transactionlistenonlysupport:** added support for users who would only listen ([dee36e3](dee36e3))

### BREAKING CHANGES

* **readme:** New functionality forces the user to make 2 function calls instead of 1 to achieve
the same result

skip-checks: true
  • Loading branch information
semantic-release-bot committed Aug 5, 2022
1 parent acb7853 commit 76025ff
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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",
Expand Down

0 comments on commit 76025ff

Please sign in to comment.