Skip to content

Commit 69702a4

Browse files
jpsantosbhclaude
andauthored
Release 1.5.1-rc.1 (#574)
* Release 1.5.1-rc.1 πŸ€– Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * package-lock --------- Co-authored-by: Claude <[email protected]>
1 parent 32d7abd commit 69702a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Žpackages/js/index.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Verto from './src/Verto'
33
import { setAgentName } from '../common/src/messages/blade/Connect'
44
import CantinaAuth from '../common/src/webrtc/CantinaAuth'
55

6-
export const VERSION = '1.5.0'
6+
export const VERSION = '1.5.1-rc.1'
77
setAgentName(`JavaScript SDK/${VERSION}`)
88

99
export { Relay, Verto, CantinaAuth }

β€Žpackages/js/package-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackages/js/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@signalwire/js",
3-
"version": "1.5.0",
3+
"version": "1.5.1-rc.1",
44
"description": "Relay SDK for JavaScript to connect to SignalWire.",
55
"author": "SignalWire Team <[email protected]>",
66
"main": "dist/index.min.js",

0 commit comments

Comments
Β (0)