Skip to content

Commit

Permalink
chore(release): 1.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.1](v1.5.0...v1.5.1) (2023-09-23)

### Bug Fixes

* convert `Blob`s to `ArrayBuffer`s during `.send()` ([95bb0f7](95bb0f7)), closes [#1137](#1137)
* convert `Blob`s to `ArrayBuffer`s during `.send()` ([#1142](#1142)) ([094f849](094f849))
  • Loading branch information
semantic-release-bot authored and jonasgloning committed Sep 23, 2023
1 parent 094f849 commit b0deea1
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.1](https://github.com/peers/peerjs/compare/v1.5.0...v1.5.1) (2023-09-23)


### Bug Fixes

* convert `Blob`s to `ArrayBuffer`s during `.send()` ([95bb0f7](https://github.com/peers/peerjs/commit/95bb0f7fa9aa0d119613727c32857e5af33e14a1)), closes [#1137](https://github.com/peers/peerjs/issues/1137)
* convert `Blob`s to `ArrayBuffer`s during `.send()` ([#1142](https://github.com/peers/peerjs/issues/1142)) ([094f849](https://github.com/peers/peerjs/commit/094f849816d327bf74a447fbf7d58195c1a4fc66))

# [1.5.0](https://github.com/peers/peerjs/compare/v1.4.7...v1.5.0) (2023-09-03)


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.0",
"version": "1.5.1",
"keywords": [
"peerjs",
"webrtc",
Expand Down

0 comments on commit b0deea1

Please sign in to comment.