Skip to content

Commit 8f7917a

Browse files
github-actions[bot]moufmouf
authored andcommitted
chore(master): release 11.0.1
1 parent 7868de4 commit 8f7917a

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
3+
## 11.0.1 (2025-12-23)
4+
5+
6+
### Features
7+
8+
* 10.0.10 ([62179ec](https://github.com/workadventure/simple-peer/commit/62179ec0883c64772755d62fcd207caffab54456))
9+
* 10.0.8 ([d7af19b](https://github.com/workadventure/simple-peer/commit/d7af19b72b643ec8be73edff2089c2a602752e8c))
10+
* 10.0.9 ([eb9bf5b](https://github.com/workadventure/simple-peer/commit/eb9bf5b793c82fe86d2037c1c118d43a3bfc5c5c))
11+
* connect and disconnect events ([c823ee3](https://github.com/workadventure/simple-peer/commit/c823ee35c8f566ac72a941611dd92001dbec13a4))
12+
* ESM ([b19e078](https://github.com/workadventure/simple-peer/commit/b19e07879707c0acdaad693542c6cd0bdd2d0185))
13+
* Migrating from semantic-release to release-please ([7868de4](https://github.com/workadventure/simple-peer/commit/7868de4735378f5e0121c99e537a1d6b20992e42))
14+
* peer-lite ([4ac6135](https://github.com/workadventure/simple-peer/commit/4ac6135f8d6eb3a9eb2a4506e6ad3e74394fb754))
15+
* polyfill WebRTC in Node ([15ece8e](https://github.com/workadventure/simple-peer/commit/15ece8e079c518ef9a582cc4d21f0a85b466c020))
16+
* take over after feross ([4b879f1](https://github.com/workadventure/simple-peer/commit/4b879f150ee9f5d5132dab8c9f76e3e8c44e704a))
17+
18+
19+
### Bug Fixes
20+
21+
* 670 ([68b7647](https://github.com/workadventure/simple-peer/commit/68b7647ec5dd93dd4009566329e7df8cd706609d))
22+
* add buffer ([67f167d](https://github.com/workadventure/simple-peer/commit/67f167df43f33f4b9f8412fdd7f8f19f8152cdf1))
23+
* add code property to thrown errors ([41ba06d](https://github.com/workadventure/simple-peer/commit/41ba06d3157b6c609c5927509b2f20bbdc843d06))
24+
* dependency issues ([7381b03](https://github.com/workadventure/simple-peer/commit/7381b0371b1b85c9c0ed54adc767c188a643e8c3))
25+
* make error the second argument should be error code ([a2c8c4b](https://github.com/workadventure/simple-peer/commit/a2c8c4bba6b946a892538481868e56bba4f5eea8))
26+
* migrate to streamx ([64b2288](https://github.com/workadventure/simple-peer/commit/64b22885807a114911397cfb176429ff4c2fceb5))
27+
* **package:** update debug to version 4.0.1 ([631337f](https://github.com/workadventure/simple-peer/commit/631337f971ded5969d094d6b0e252d3b925019c6)), closes [#358](https://github.com/workadventure/simple-peer/issues/358)
28+
* Removing built files (they are in dist/ folder now and will be auto-built) ([#5](https://github.com/workadventure/simple-peer/issues/5)) ([cd2e434](https://github.com/workadventure/simple-peer/commit/cd2e43406d860cfebfbee2c8f762a07ff03791d6))
29+
* Replacing all URLs from thaunknown/simple-peer to workadventure/simple-peer ([#7](https://github.com/workadventure/simple-peer/issues/7)) ([17dd7ca](https://github.com/workadventure/simple-peer/commit/17dd7cac719f52c5d053b2bde31f309d01c9f21b))
30+
* revert streamx to 2.17 ([1d2d5d5](https://github.com/workadventure/simple-peer/commit/1d2d5d53611fe4550d99f546edb9f84008dc55ad))
31+
* tests ([3155958](https://github.com/workadventure/simple-peer/commit/3155958515203381a209aa405104911a7665f43a))
32+
* Trying to fix semantic-release config ([a6cf71f](https://github.com/workadventure/simple-peer/commit/a6cf71faa48bcac3ec901a609221dcb60811f74b))
33+
* updating "write" signature to accept same types as "send" ([0998cb3](https://github.com/workadventure/simple-peer/commit/0998cb3176c7f26185abf26bdd7e4041ed3476f1))
34+
35+
36+
### Performance Improvements
37+
38+
* drop buffer ([b19e078](https://github.com/workadventure/simple-peer/commit/b19e07879707c0acdaad693542c6cd0bdd2d0185))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workadventure/simple-peer",
33
"description": "Simple one-to-one WebRTC video/voice and data channels",
4-
"version": "10.0.12",
4+
"version": "11.0.1",
55
"type": "module",
66
"author": {
77
"name": "ThaUnknown",

0 commit comments

Comments
 (0)