Skip to content

Commit d6b5d16

Browse files
semantic-release-botjonasgloning
authored andcommitted
chore(release): 1.0.0-rc.10 [skip ci]
# [1.0.0-rc.10](v1.0.0-rc.9...v1.0.0-rc.10) (2023-02-14) ### Features * set the PEERSERVER_PATH with an environment variable ([084fb8a](084fb8a)), closes [#213](#213) * set the PORT with an environment variable ([68a3398](68a3398)), closes [#213](#213) * specify cors options via cli or js ([05f12cd](05f12cd)), closes [#196](#196) [#221](#221)
1 parent cc3fec9 commit d6b5d16

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.0.0-rc.10](https://github.com/peers/peerjs-server/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2023-02-14)
2+
3+
4+
### Features
5+
6+
* set the PEERSERVER_PATH with an environment variable ([084fb8a](https://github.com/peers/peerjs-server/commit/084fb8a4bddfcb153a4cb861ba700c8352cd4b35)), closes [#213](https://github.com/peers/peerjs-server/issues/213)
7+
* set the PORT with an environment variable ([68a3398](https://github.com/peers/peerjs-server/commit/68a3398f54b0f45bfe8c501c627f531980823ec1)), closes [#213](https://github.com/peers/peerjs-server/issues/213)
8+
* specify cors options via cli or js ([05f12cd](https://github.com/peers/peerjs-server/commit/05f12cdc562b1a5eb9481f5116da7c001105793a)), closes [#196](https://github.com/peers/peerjs-server/issues/196) [#221](https://github.com/peers/peerjs-server/issues/221)
9+
110
# [1.0.0-rc.9](https://github.com/peers/peerjs-server/compare/v1.0.0-rc.8...v1.0.0-rc.9) (2023-02-14)
211

312

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "peer",
3-
"version": "0.0.0-development",
3+
"version": "1.0.0-rc.10",
44
"keywords": [
55
"peerjs",
66
"webrtc",

0 commit comments

Comments
 (0)