Skip to content

Commit

Permalink
Version Packages (#967)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 21, 2025
1 parent 56028e9 commit 02ee5e6
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-camels-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-empty-iters.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/metal-sheep-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-cooks-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-tips-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sip-match-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sip-outbound-identity-opt.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# github.com/livekit/protocol

## 1.34.0

### Minor Changes

- Allow passing all SIP trunk options in CreateSIPParticipant. - [#961](https://github.com/livekit/protocol/pull/961) ([@dennwc](https://github.com/dennwc))

- Add egress audio mixing options - [#978](https://github.com/livekit/protocol/pull/978) ([@frostbyte73](https://github.com/frostbyte73))

- Expose hooks for SIP trunk and rule matching. - [#983](https://github.com/livekit/protocol/pull/983) ([@dennwc](https://github.com/dennwc))

### Patch Changes

- Fix iteration over empty and unsorted records. - [#971](https://github.com/livekit/protocol/pull/971) ([@dennwc](https://github.com/dennwc))

- Remove SIP outbound number normalization for Telnyx. - [#969](https://github.com/livekit/protocol/pull/969) ([@dennwc](https://github.com/dennwc))

- Remove SIP outbound number normalization for Telnyx. - [#982](https://github.com/livekit/protocol/pull/982) ([@dennwc](https://github.com/dennwc))

## 1.33.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github.com/livekit/protocol",
"private": true,
"version": "1.33.0",
"version": "1.34.0",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
Expand Down
10 changes: 10 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @livekit/protocol

## 1.34.0

### Minor Changes

- Allow passing all SIP trunk options in CreateSIPParticipant. - [#961](https://github.com/livekit/protocol/pull/961) ([@dennwc](https://github.com/dennwc))

### Patch Changes

- Proto for sending API call details to telemetry. - [#964](https://github.com/livekit/protocol/pull/964) ([@boks1971](https://github.com/boks1971))

## 1.33.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/protocol",
"version": "1.33.0",
"version": "1.34.0",
"description": "",
"type": "module",
"require": "dist/index.cjs",
Expand Down

0 comments on commit 02ee5e6

Please sign in to comment.