Skip to content

Commit

Permalink
chore(release): 1.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.7](v1.0.6...v1.0.7) (2020-01-17)

### Bug Fixes

* datachannel handshake bugs between python and js peers ([b120151](b120151))
* p2p dataconnection fixes ([facf00b](facf00b))
* polishing signaling server communication with js and python clients; fix room membership api ([3fe3f84](3fe3f84))
  • Loading branch information
semantic-release-bot committed Jan 17, 2020
1 parent a51446e commit b838956
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Semantic Versioning Changelog

## [1.0.7](https://github.com/ambianic/ambianic-pnp/compare/v1.0.6...v1.0.7) (2020-01-17)


### Bug Fixes

* datachannel handshake bugs between python and js peers ([b120151](https://github.com/ambianic/ambianic-pnp/commit/b120151))
* p2p dataconnection fixes ([facf00b](https://github.com/ambianic/ambianic-pnp/commit/facf00b))
* polishing signaling server communication with js and python clients; fix room membership api ([3fe3f84](https://github.com/ambianic/ambianic-pnp/commit/3fe3f84))

## [1.0.6](https://github.com/ambianic/ambianic-pnp/compare/v1.0.5...v1.0.6) (2019-12-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ambianic-pnp",
"version": "1.0.6",
"version": "1.0.7",
"description": "Ambianic PnP server component",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit b838956

Please sign in to comment.