Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"transports/daily": "1.6.8",
"transports/gemini-live-websocket-transport": "1.5.7",
"transports/moq-transport": "0.0.1",
"transports/moq-transport": "0.1.0",
"transports/openai-realtime-webrtc-transport": "1.5.7",
"transports/small-webrtc-transport": "1.10.6",
"transports/websocket-transport": "1.7.1"
Expand Down
2 changes: 1 addition & 1 deletion transports/moq-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to **Pipecat MoqTransport** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.1]
## [0.1.0](https://github.com/pipecat-ai/pipecat-client-web-transports/compare/moq-transport-v0.0.1...moq-transport-v0.1.0) (2026-07-16)

- Initial release of `@pipecat-ai/moq-transport`.
- Media-over-QUIC transport built on `@moq/net`, `@moq/publish`, `@moq/watch`, `@moq/json`, and `@moq/signals`.
Expand Down
2 changes: 1 addition & 1 deletion transports/moq-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipecat-ai/moq-transport",
"version": "0.0.1",
"version": "0.1.0",
"license": "BSD-2-Clause",
"main": "dist/index.js",
"module": "dist/index.module.js",
Expand Down
Loading