Skip to content

Commit

Permalink
Bump version 0.1.46 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago-Souto authored Jun 17, 2024
1 parent 661f150 commit fbd8a08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/millicast-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @millicast/sdk

## 0.1.45
## 0.1.46

### Patch Changes

Expand All @@ -10,6 +10,7 @@
- 5bd8ef5: Stats are now initialized by default. Logger.diagnose method changed to accept an object as parameter, with statsCount, historySize, minLogLevel, statsFormat.
- faef94f: Deprecated the streamName argument in publish and view
- 3bc547c: Added SEI user unregistered data extraction and insertion for H.264 codec.
- 661f150: Added streamViewId variable in Signaling instance when subscribing to a stream.

## 0.1.44

Expand Down
4 changes: 2 additions & 2 deletions packages/millicast-sdk/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 packages/millicast-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@millicast/sdk",
"version": "0.1.46-RC1",
"version": "0.1.46",
"description": "SDK for building a realtime broadcaster using the Millicast platform.",
"keywords": [
"sdk",
Expand Down

0 comments on commit fbd8a08

Please sign in to comment.