Skip to content

Commit 6786791

Browse files
Version Packages
1 parent 8ece06e commit 6786791

File tree

6 files changed

+18
-14
lines changed

6 files changed

+18
-14
lines changed

.changeset/friendly-jobs-flash.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/gentle-pants-warn.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# github.com/livekit/protocol
22

3+
## 1.43.3
4+
5+
### Patch Changes
6+
7+
- Cancellation counts for join/publish/subscribe. - [#1321](https://github.com/livekit/protocol/pull/1321) ([@boks1971](https://github.com/boks1971))
8+
9+
- Add ai coustics feature usage - [#1324](https://github.com/livekit/protocol/pull/1324) ([@lukasIO](https://github.com/lukasIO))
10+
311
## 1.43.2
412

513
## 1.43.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github.com/livekit/protocol",
33
"private": true,
4-
"version": "1.43.2",
4+
"version": "1.43.3",
55
"scripts": {
66
"changeset": "changeset",
77
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"

packages/javascript/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @livekit/protocol
22

3+
## 1.43.3
4+
5+
### Patch Changes
6+
7+
- Cancellation counts for join/publish/subscribe. - [#1321](https://github.com/livekit/protocol/pull/1321) ([@boks1971](https://github.com/boks1971))
8+
9+
- Add ai coustics feature usage - [#1324](https://github.com/livekit/protocol/pull/1324) ([@lukasIO](https://github.com/lukasIO))
10+
311
## 1.43.2
412

513
### Patch Changes

packages/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/protocol",
3-
"version": "1.43.2",
3+
"version": "1.43.3",
44
"description": "",
55
"type": "module",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)