Skip to content

Commit 3328eb1

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.5...v1.5.0) (2021-10-05) ### Features * support for custom device display name ([d417830](d417830)) * support for HTTP PUT method ([#57](#57)) ([fdb1ac5](fdb1ac5)), closes [#51](#51) [#52](#52) [#53](#53) [#38](#38) [#31](#31) [#50](#50)
1 parent d417830 commit 3328eb1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
# [1.5.0](https://github.com/ambianic/peerjs-python/compare/v1.4.5...v1.5.0) (2021-10-05)
4+
5+
6+
### Features
7+
8+
* support for custom device display name ([d417830](https://github.com/ambianic/peerjs-python/commit/d41783062674eb5bdfc0ecd47c918f084bc30a39))
9+
* support for HTTP PUT method ([#57](https://github.com/ambianic/peerjs-python/issues/57)) ([fdb1ac5](https://github.com/ambianic/peerjs-python/commit/fdb1ac56aa8e76f88231d90aa5c8803fd9c7e78f)), closes [#51](https://github.com/ambianic/peerjs-python/issues/51) [#52](https://github.com/ambianic/peerjs-python/issues/52) [#53](https://github.com/ambianic/peerjs-python/issues/53) [#38](https://github.com/ambianic/peerjs-python/issues/38) [#31](https://github.com/ambianic/peerjs-python/issues/31) [#50](https://github.com/ambianic/peerjs-python/issues/50)
10+
311
## [1.4.2](https://github.com/ivelin/peerjs-python/compare/v1.4.1...v1.4.2) (2021-09-21)
412

513

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.4.2
3+
version = 1.5.0
44
author = Ivelin Ivanov
55
author_email = [email protected]
66
description = Python port of PeerJS client library.

0 commit comments

Comments
 (0)