Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.2](v1.2.1...v1.2.2) (2020-03-24)

### Bug Fixes

* handle graceful peer reconnect on network disruptions ([95ce08c](95ce08c))
* move peer to local variable scope ([3afc680](3afc680))
* shutdown cleanup ([de121d7](de121d7))
* syntax error ([10ad6e1](10ad6e1))
  • Loading branch information
semantic-release-bot committed Mar 24, 2020
1 parent cfe3840 commit 61cd501
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Semantic Versioning Changelog

## [1.2.2](https://github.com/ambianic/peerjs-python/compare/v1.2.1...v1.2.2) (2020-03-24)


### Bug Fixes

* handle graceful peer reconnect on network disruptions ([95ce08c](https://github.com/ambianic/peerjs-python/commit/95ce08c2da0def7ec952e69c79a427ec95ee3294))
* move peer to local variable scope ([3afc680](https://github.com/ambianic/peerjs-python/commit/3afc680ab2103f779310428d519b65c95904bca9))
* shutdown cleanup ([de121d7](https://github.com/ambianic/peerjs-python/commit/de121d70615aed96fea04cb6f3e6a50cb58df48c))
* syntax error ([10ad6e1](https://github.com/ambianic/peerjs-python/commit/10ad6e1afe65ccd21366ae21b211d6faa75426da))

## [1.2.1](https://github.com/ambianic/peerjs-python/compare/v1.2.0...v1.2.1) (2020-02-13)


Expand Down
2 changes: 1 addition & 1 deletion src/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = peerjs
version = 1.2.1
version = 1.2.2
author = Ivelin Ivanov
author_email = ivelin.ivanov@ambianic.ai
description = Python port of PeerJS client library.
Expand Down

0 comments on commit 61cd501

Please sign in to comment.