Skip to content

Commit

Permalink
chore(release): 1.5.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.3](v1.5.2...v1.5.3) (2024-05-11)

### Bug Fixes

* navigator is not defined. ([#1202](#1202)) ([4b7a74d](4b7a74d)), closes [#1165](#1165)
* remove need for `unsafe-eval` ([3fb31b3](3fb31b3))
  • Loading branch information
semantic-release-bot authored and jonasgloning committed May 11, 2024
1 parent 2c2b43a commit 34e9c5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.5.3](https://github.com/peers/peerjs/compare/v1.5.2...v1.5.3) (2024-05-11)


### Bug Fixes

* navigator is not defined. ([#1202](https://github.com/peers/peerjs/issues/1202)) ([4b7a74d](https://github.com/peers/peerjs/commit/4b7a74d74c50461fde80e84992d88a9d564dbe72)), closes [#1165](https://github.com/peers/peerjs/issues/1165)
* remove need for `unsafe-eval` ([3fb31b3](https://github.com/peers/peerjs/commit/3fb31b316b8f4d699d087e1b465e908688be3872))

## [1.5.2](https://github.com/peers/peerjs/compare/v1.5.1...v1.5.2) (2023-12-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peerjs",
"version": "1.5.2",
"version": "1.5.3",
"keywords": [
"peerjs",
"webrtc",
Expand Down

0 comments on commit 34e9c5f

Please sign in to comment.