Skip to content

Commit

Permalink
Version Packages (#120)
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] committed Feb 5, 2024
1 parent fddfa0d commit 618d84c
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-emus-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-nails-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-meals-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-badgers-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-schools-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-starfishes-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-wolves-shop.md

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# livekit-server-sdk

## 2.0.0

### Major Changes

- Change module type to ESM - [#118](https://github.com/livekit/server-sdk-js/pull/118) ([@lukasIO](https://github.com/lukasIO))

- Require node 18 as minimum version - [#118](https://github.com/livekit/server-sdk-js/pull/118) ([@lukasIO](https://github.com/lukasIO))

- Make `WebhookEvent` names type safe - [#125](https://github.com/livekit/server-sdk-js/pull/125) ([@lukasIO](https://github.com/lukasIO))

- Token generation is now async (replaced jsonwebtoken with jose for better JS runtime support) - [#118](https://github.com/livekit/server-sdk-js/pull/118) ([@lukasIO](https://github.com/lukasIO))

- Replace protobufjs with protobuf-es - [#118](https://github.com/livekit/server-sdk-js/pull/118) ([@lukasIO](https://github.com/lukasIO))

### Minor Changes

- Use globally available web crypto API instead of nodeJS crypto module - [#122](https://github.com/livekit/server-sdk-js/pull/122) ([@lukasIO](https://github.com/lukasIO))

### Patch Changes

- Throw error on bad Twirp response status and use async/await instead of promise chaining for improved error catching - [#124](https://github.com/livekit/server-sdk-js/pull/124) ([@lukasIO](https://github.com/lukasIO))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livekit-server-sdk",
"version": "1.2.7",
"version": "2.0.0",
"description": "Server-side SDK for LiveKit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 618d84c

Please sign in to comment.