From 2e3df5d1a5cd51affbc63ba5aee9aba62293d040 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Jan 2021 01:45:47 +0000 Subject: [PATCH] chore(release): 1.4.4 [skip ci] ## [1.4.4](https://github.com/ambianic/peerjs-python/compare/v1.4.3...v1.4.4) (2021-01-23) ### Bug Fixes * load peer ID from an empty file ([4cfe6fb](https://github.com/ambianic/peerjs-python/commit/4cfe6fb36e0f48ec5b29b3d491b77840921f57d8)), closes [#52](https://github.com/ambianic/peerjs-python/issues/52) * load peer ID from an empty file ([b9ff9fa](https://github.com/ambianic/peerjs-python/commit/b9ff9faa578eed3a53a2350b7f694fff6dc06fd7)) --- CHANGELOG.md | 8 ++++++++ src/setup.cfg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de9706..5f3f52b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Semantic Versioning Changelog +## [1.4.4](https://github.com/ambianic/peerjs-python/compare/v1.4.3...v1.4.4) (2021-01-23) + + +### Bug Fixes + +* load peer ID from an empty file ([4cfe6fb](https://github.com/ambianic/peerjs-python/commit/4cfe6fb36e0f48ec5b29b3d491b77840921f57d8)), closes [#52](https://github.com/ambianic/peerjs-python/issues/52) +* load peer ID from an empty file ([b9ff9fa](https://github.com/ambianic/peerjs-python/commit/b9ff9faa578eed3a53a2350b7f694fff6dc06fd7)) + ## [1.4.3](https://github.com/ambianic/peerjs-python/compare/v1.4.2...v1.4.3) (2021-01-23) diff --git a/src/setup.cfg b/src/setup.cfg index 3c5c2ec..ef83db3 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = peerjs -version = 1.4.3 +version = 1.4.4 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Python port of PeerJS client library.