Skip to content

Commit 0d06fd5

Browse files
chore(main): release 5.6.0
1 parent 7bba2d2 commit 0d06fd5

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.fern/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"originGitCommit": "335af96251466afae7a9f71badb65c630a48626e",
1515
"originGitCommitIsDirty": true,
1616
"invokedBy": "manual",
17-
"sdkVersion": "5.5.0"
17+
"sdkVersion": "5.6.0"
1818
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.5.0"
2+
".": "5.6.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.6.0](https://github.com/deepgram/deepgram-js-sdk/compare/v5.5.0...v5.6.0) (2026-07-13)
4+
5+
6+
### Features
7+
8+
* **regen:** add Speak V2 streaming, agent update-listen, and Flux EOT tuning ([#515](https://github.com/deepgram/deepgram-js-sdk/issues/515)) ([7bba2d2](https://github.com/deepgram/deepgram-js-sdk/commit/7bba2d2d59e320a3294178da03d9847a5a6ca686))
9+
310
## [5.5.0](https://github.com/deepgram/deepgram-js-sdk/compare/v5.4.0...v5.5.0) (2026-06-26)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepgram/sdk",
3-
"version": "5.5.0",
3+
"version": "5.6.0",
44
"private": false,
55
"repository": {
66
"type": "git",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "5.5.0"; // x-release-please-version
1+
export const SDK_VERSION = "5.6.0"; // x-release-please-version

0 commit comments

Comments
 (0)