From eec1684169babc07ad40c3f967488e2307611235 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Jan 2021 17:36:53 +0000 Subject: [PATCH] chore(release): 1.4.2 [skip ci] ## [1.4.2](https://github.com/ambianic/peerjs-python/compare/v1.4.1...v1.4.2) (2021-01-15) ### Bug Fixes * rename http-proxy to http_proxy ([8ee5e0b](https://github.com/ambianic/peerjs-python/commit/8ee5e0b1d46e10549308c6e131a2d38704a18465)), closes [#50](https://github.com/ambianic/peerjs-python/issues/50) --- CHANGELOG.md | 7 +++++++ src/setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 923a693..f213a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.4.2](https://github.com/ambianic/peerjs-python/compare/v1.4.1...v1.4.2) (2021-01-15) + + +### Bug Fixes + +* rename http-proxy to http_proxy ([8ee5e0b](https://github.com/ambianic/peerjs-python/commit/8ee5e0b1d46e10549308c6e131a2d38704a18465)), closes [#50](https://github.com/ambianic/peerjs-python/issues/50) + ## [1.4.1](https://github.com/ambianic/peerjs-python/compare/v1.4.0...v1.4.1) (2020-11-28) diff --git a/src/setup.cfg b/src/setup.cfg index 38fed09..257a4ff 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = peerjs -version = 1.4.1 +version = 1.4.2 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Python port of PeerJS client library.