Skip to content

Commit

Permalink
Version Package
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Feb 9, 2024
1 parent 70fe8e9 commit f75c9fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/twenty-planes-glow.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.15.12

### Patch Changes

- Fix pc transport constructor - [#1027](https://github.com/livekit/client-sdk-js/pull/1027) ([@lukasIO](https://github.com/lukasIO))

## 1.15.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livekit-client",
"version": "1.15.11",
"version": "1.15.12",
"description": "JavaScript/TypeScript client SDK for LiveKit",
"main": "./dist/livekit-client.umd.js",
"unpkg": "./dist/livekit-client.umd.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"deploy": "gh-pages -d example/dist",
"format": "prettier --write src example/sample.ts",
"format:check": "prettier --check src",
"ci:publish": "pnpm build && pnpm compat && changeset publish",
"ci:publish": "pnpm build && pnpm compat && changeset publish --tag legacy",
"downlevel-dts": "downlevel-dts ./dist/ ./dist/ts4.2 --to=4.2",
"compat": "eslint --no-eslintrc --config ./.eslintrc.dist.cjs ./dist/livekit-client.umd.js",
"size-limit": "size-limit"
Expand Down

0 comments on commit f75c9fb

Please sign in to comment.