Revert major version bump (#1180)
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@livekit/protocol",
|
||||
"version": "2.0.0",
|
||||
"version": "1.41.0",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"require": "dist/index.cjs",
|
||||
|
||||
Reference in New Issue
Block a user