Skip to content

Commit 61cd501

Browse files
chore(release): 1.2.2 [skip ci]
## [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))
1 parent cfe3840 commit 61cd501

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Semantic Versioning Changelog
22

3+
## [1.2.2](https://github.com/ambianic/peerjs-python/compare/v1.2.1...v1.2.2) (2020-03-24)
4+
5+
6+
### Bug Fixes
7+
8+
* handle graceful peer reconnect on network disruptions ([95ce08c](https://github.com/ambianic/peerjs-python/commit/95ce08c2da0def7ec952e69c79a427ec95ee3294))
9+
* move peer to local variable scope ([3afc680](https://github.com/ambianic/peerjs-python/commit/3afc680ab2103f779310428d519b65c95904bca9))
10+
* shutdown cleanup ([de121d7](https://github.com/ambianic/peerjs-python/commit/de121d70615aed96fea04cb6f3e6a50cb58df48c))
11+
* syntax error ([10ad6e1](https://github.com/ambianic/peerjs-python/commit/10ad6e1afe65ccd21366ae21b211d6faa75426da))
12+
313
## [1.2.1](https://github.com/ambianic/peerjs-python/compare/v1.2.0...v1.2.1) (2020-02-13)
414

515

src/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = peerjs
3-
version = 1.2.1
3+
version = 1.2.2
44
author = Ivelin Ivanov
55
author_email = [email protected]
66
description = Python port of PeerJS client library.

0 commit comments

Comments
 (0)