Skip to content

Commit 8e6a715

Browse files
chore(main): release 5.5.0 (#512)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e8be8ca commit 8e6a715

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": "8dd6f48a06eee8c3985894f68ba3b554e5564d21",
1515
"originGitCommitIsDirty": true,
1616
"invokedBy": "manual",
17-
"sdkVersion": "5.4.1"
17+
"sdkVersion": "5.5.0"
1818
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.4.0"
2+
".": "5.5.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.5.0](https://github.com/deepgram/deepgram-js-sdk/compare/v5.4.0...v5.5.0) (2026-06-26)
4+
5+
6+
### Features
7+
8+
* **regen:** flux word timings, diarize_model, profanity_filter ([#509](https://github.com/deepgram/deepgram-js-sdk/issues/509)) ([e8be8ca](https://github.com/deepgram/deepgram-js-sdk/commit/e8be8caee204776919ad8f6f6b6986b430fa39c2))
9+
310
## [5.4.0](https://github.com/deepgram/deepgram-js-sdk/compare/v5.3.0...v5.4.0) (2026-06-01)
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.4.0",
3+
"version": "5.5.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.4.0"; // x-release-please-version
1+
export const SDK_VERSION = "5.5.0"; // x-release-please-version

0 commit comments

Comments
 (0)