Skip to content

Commit

Permalink
Update version to 4.7.1, pnpm install, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger committed Oct 8, 2024
1 parent 91f38f2 commit 794ee61
Show file tree
Hide file tree
Showing 3 changed files with 1,248 additions and 691 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.7.1]

* Log a warning when a user tries to use API key authentication in the browser to connect to the real-time Streaming STT API.
* Update dependencies
* Use assembly.ai short URL for sample files

## [4.7.0]

- Add `language_confidence_threshold` to `Transcript`, `TranscriptParams`, and `TranscriptOptionalParams`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assemblyai",
"version": "4.7.0",
"version": "4.7.1",
"description": "The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.",
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 794ee61

Please sign in to comment.