Skip to content

Commit ac900ef

Browse files
authored
Merge pull request #41 from deepgram/browser-addition
added browser live transcription option
2 parents 7264051 + 2580c0a commit ac900ef

26 files changed

+2879
-6142
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ dist
33
out
44
.nyc_output
55
api.http
6-
*.tgz
6+
*.tgz
7+
bundle

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
---
1111

12+
## [1.4.0]
13+
14+
### Added
15+
16+
- Added Browser compatible versions of the live and preRecorded transcription methods
1217
## [1.3.1]
1318

1419
### Updated
@@ -182,7 +187,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
182187

183188
---
184189

185-
[unreleased]: https://github.com/deepgram/node-sdk/compare/1.3.1...HEAD
190+
[unreleased]: https://github.com/deepgram/node-sdk/compare/1.4.0...HEAD
191+
[1.4.0]: https://github.com/deepgram/node-sdk/compare/1.3.1...1.4.0
186192
[1.3.1]: https://github.com/deepgram/node-sdk/compare/1.3.0...1.3.1
187193
[1.3.0]: https://github.com/deepgram/node-sdk/compare/1.2.4...1.3.0
188194
[1.2.4]: https://github.com/deepgram/node-sdk/compare/1.2.2...1.2.4

0 commit comments

Comments
 (0)