Skip to content

Commit

Permalink
Release JS SDK v1.2.0 (#164)
Browse files Browse the repository at this point in the history
* bump JS SDK version to 1.2.0

* update react-native CHANGELOG Unreleased section
  • Loading branch information
Edoardo Gallo authored Aug 22, 2019
1 parent 3d42f3e commit 898fea7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

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

## [Unreleased]
## [1.2.0] - 2019-08-22
### Fixed
- Try to re-establish the previous protocol only if the signature has not changed.
### Security
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalwire/js",
"version": "1.2.0-beta.1",
"version": "1.2.0",
"description": "Relay SDK for JavaScript to connect to SignalWire.",
"author": "SignalWire Team <[email protected]>",
"main": "dist/index.min.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

Expand Down

0 comments on commit 898fea7

Please sign in to comment.