Skip to content

Commit f50408c

Browse files
Version Packages (#736)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e0c49d3 commit f50408c

File tree

9 files changed

+26
-29
lines changed

9 files changed

+26
-29
lines changed

.changeset/clean-comics-cheat.md

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

.changeset/good-parrots-peel.md

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

.changeset/moody-boats-kick.md

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

.changeset/orange-bottles-bow.md

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

.changeset/stale-windows-remember.md

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

CHANGELOG.md

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

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- Split SIP Trunk configuration to inbound and outbound parts. - [#738](https://github.com/livekit/protocol/pull/738) ([@dennwc](https://github.com/dennwc))
8+
9+
- add Participant attributes key/val storage - [#733](https://github.com/livekit/protocol/pull/733) ([@davidzhao](https://github.com/davidzhao))
10+
11+
### Patch Changes
12+
13+
- Simplify number matching rules for SIP. - [#737](https://github.com/livekit/protocol/pull/737) ([@dennwc](https://github.com/dennwc))
14+
15+
- Added session token option for s3 uploads - [#734](https://github.com/livekit/protocol/pull/734) ([@frostbyte73](https://github.com/frostbyte73))
16+
17+
- Include analytics event ids - [#739](https://github.com/livekit/protocol/pull/739) ([@davidzhao](https://github.com/davidzhao))
18+
319
## 1.17.0
420

521
### 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.17.0",
4+
"version": "1.18.0",
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.18.0
4+
5+
### Minor Changes
6+
7+
- Split SIP Trunk configuration to inbound and outbound parts. - [#738](https://github.com/livekit/protocol/pull/738) ([@dennwc](https://github.com/dennwc))
8+
9+
- add Participant attributes key/val storage - [#733](https://github.com/livekit/protocol/pull/733) ([@davidzhao](https://github.com/davidzhao))
10+
311
## 1.17.0
412

513
### 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.17.0",
3+
"version": "1.18.0",
44
"description": "",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)