Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Aug 31, 2021
1 parent f22916c commit 8c23dbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Change Log

## 0.12.0

* Updated API to create screen share tracks.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livekit-client",
"version": "0.11.2",
"version": "0.12.0",
"description": "JavaScript/TypeScript client SDK for LiveKit",
"main": "dist/index.js",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const version = '0.11.2';
export const version = '0.12.0';
export const protocolVersion = 2;

0 comments on commit 8c23dbc

Please sign in to comment.