Revert major version bump (#1180)

This commit is contained in:
lukasIO
2025-08-28 07:12:05 +02:00
committed by GitHub
parent 2ddd8c5177
commit 2bc93ddc27
3 changed files with 5 additions and 7 deletions

View File

@@ -1,13 +1,11 @@
# github.com/livekit/protocol
## 2.0.0
### Major Changes
- Adding public apis for Livekit Phone Numbers feature - [#1146](https://github.com/livekit/protocol/pull/1146) ([@nishadmusthafa](https://github.com/nishadmusthafa))
## 1.41.0
### Minor Changes
- Adding public apis for Livekit Phone Numbers feature - [#1146](https://github.com/livekit/protocol/pull/1146) ([@nishadmusthafa](https://github.com/nishadmusthafa))
- Add encryption metadata for data packets - [#1127](https://github.com/livekit/protocol/pull/1127) ([@lukasIO](https://github.com/lukasIO))
- Use OpenTelemetry types. Pass tracer options. - [#1177](https://github.com/livekit/protocol/pull/1177) ([@dennwc](https://github.com/dennwc))

View File

@@ -1,7 +1,7 @@
{
"name": "github.com/livekit/protocol",
"private": true,
"version": "2.0.0",
"version": "1.41.0",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"

View File

@@ -1,6 +1,6 @@
{
"name": "@livekit/protocol",
"version": "2.0.0",
"version": "1.41.0",
"description": "",
"type": "module",
"require": "dist/index.cjs",