Skip to content

Commit 62e1809

Browse files
Version Packages (#654)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 981fefb commit 62e1809

File tree

8 files changed

+26
-25
lines changed

8 files changed

+26
-25
lines changed

.changeset/olive-readers-agree.md

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

.changeset/polite-hounds-tickle.md

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

.changeset/sour-geckos-push.md

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

.changeset/stupid-spoons-work.md

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

CHANGELOG.md

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

3+
## 1.12.0
4+
5+
### Minor Changes
6+
7+
- Moved CPU stats to a separate hwstats package, removing cgo dependency. - [#660](https://github.com/livekit/protocol/pull/660) ([@dennwc](https://github.com/dennwc))
8+
9+
### Patch Changes
10+
11+
- Fixed bounds check when masking short SIP numbers. - [#650](https://github.com/livekit/protocol/pull/650) ([@dennwc](https://github.com/dennwc))
12+
13+
- Add signal requests for local track updates - [#651](https://github.com/livekit/protocol/pull/651) ([@lukasIO](https://github.com/lukasIO))
14+
15+
- Allow sending DTMF when creating SIP participant. - [#658](https://github.com/livekit/protocol/pull/658) ([@dennwc](https://github.com/dennwc))
16+
317
## 1.11.0
418

519
### Minor Changes

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.11.0",
4+
"version": "1.12.0",
55
"scripts": {
66
"changeset": "changeset",
77
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"

packages/javascript/CHANGELOG.md

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

3+
## 1.12.0
4+
5+
### Patch Changes
6+
7+
- Fixed bounds check when masking short SIP numbers. - [#650](https://github.com/livekit/protocol/pull/650) ([@dennwc](https://github.com/dennwc))
8+
9+
- Add signal requests for local track updates - [#651](https://github.com/livekit/protocol/pull/651) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- Allow sending DTMF when creating SIP participant. - [#658](https://github.com/livekit/protocol/pull/658) ([@dennwc](https://github.com/dennwc))
12+
313
## 1.11.0
414

515
### Minor 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.11.0",
3+
"version": "1.12.0",
44
"description": "",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)