Skip to content

Commit 898fea7

Browse files
author
Edoardo Gallo
authored
Release JS SDK v1.2.0 (#164)
* bump JS SDK version to 1.2.0 * update react-native CHANGELOG Unreleased section
1 parent 3d42f3e commit 898fea7

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

packages/js/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [Unreleased]
6+
## [1.2.0] - 2019-08-22
77
### Fixed
88
- Try to re-establish the previous protocol only if the signature has not changed.
99
### Security

packages/js/package-lock.json

Lines changed: 1 addition & 1 deletion
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.2.0-beta.1",
3+
"version": "1.2.0",
44
"description": "Relay SDK for JavaScript to connect to SignalWire.",
55
"author": "SignalWire Team <[email protected]>",
66
"main": "dist/index.min.js",

packages/react-native/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
### Added
8+
- New methods to manage devices: `getDevices()`, `getVideoDevices()`, `getAudioInDevices()`, `getAudioOutDevices()`.
9+
### Deprecated
10+
- Deprecated getters to retrieve cached values for devices: `devices`, `videoDevices`, `audioInDevices`, `audioOutDevices`.
11+
- Deprecated `refreshDevices()` method to refresh cached devices. Use `getDevices()` instead.
712
### Fixed
813
- Try to re-establish the previous protocol only if the signature has not changed.
914

0 commit comments

Comments
 (0)