Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
leaysgur committed Jul 5, 2019
1 parent 042e4fd commit 8582ac7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [v2.0.1](https://github.com/skyway/skyway-js-sdk/releases/tag/v2.0.1) - 2019-07-05

### Fixed

- Improve error messages for internal XHR.([#188](https://github.com/skyway/skyway-js-sdk/pull/188))
- Ignore candidate which means `end-of-candidates` by empty string.([#189](https://github.com/skyway/skyway-js-sdk/pull/189))

## [v2.0.0](https://github.com/skyway/skyway-js-sdk/releases/tag/v2.0.0) - 2019-06-24

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "skyway-js",
"version": "2.0.0",
"version": "2.0.1",
"description": "The official JavaScript SDK for SkyWay",
"main": "dist/skyway.js",
"module": "src/peer.js",
Expand Down

0 comments on commit 8582ac7

Please sign in to comment.