diff --git a/.changeset/frank-hairs-march.md b/.changeset/frank-hairs-march.md deleted file mode 100644 index 5770e6d48..000000000 --- a/.changeset/frank-hairs-march.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Data track schema metadata and storage diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c08eadc9..bb46742fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # github.com/livekit/protocol +## 1.48.1 + +### Patch Changes + +- Data track schema metadata and storage - [#1553](https://github.com/livekit/protocol/pull/1553) ([@ladvoc](https://github.com/ladvoc)) + ## 1.48.0 ### Minor Changes diff --git a/package.json b/package.json index 9ce8c2cf9..0aa68c5ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.48.0", + "version": "1.48.1", "scripts": { "changeset": "changeset", "ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish" diff --git a/packages/javascript/CHANGELOG.md b/packages/javascript/CHANGELOG.md index 4dcdaac60..389e8d1ac 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/protocol +## 1.48.1 + +### Patch Changes + +- Data track schema metadata and storage - [#1553](https://github.com/livekit/protocol/pull/1553) ([@ladvoc](https://github.com/ladvoc)) + ## 1.48.0 ### Minor Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index ca6746d16..3b619cc45 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.48.0", + "version": "1.48.1", "description": "", "type": "module", "require": "dist/index.cjs",