Skip to content

Commit

Permalink
chore(release): 1.0.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-rc.1](v0.6.1...v1.0.0-rc.1) (2022-10-30)

### Bug Fixes

* **npm audit:** Updates all dependencies that cause `npm audit` to issue a warning ([1aaafbc](1aaafbc)), closes [#287](#287)

### Features

* drop Node {10,11,12,13} support ([b70ed79](b70ed79))
* remove deprecated XHR fallback ([d900145](d900145))

### Performance Improvements

* use the builtin UUID generator for Peer ids instead of the `uuid` module ([5d882dd](5d882dd))

### BREAKING CHANGES

* Requires PeerJS >= 1.0
* Node >= 14 required

14 is the oldest currently supported version. See https://github.com/nodejs/release#release-schedule
  • Loading branch information
semantic-release-bot authored and jonasgloning committed Oct 30, 2022
1 parent d4b292d commit 3ca59a1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [1.0.0-rc.1](https://github.com/peers/peerjs-server/compare/v0.6.1...v1.0.0-rc.1) (2022-10-30)


### Bug Fixes

* **npm audit:** Updates all dependencies that cause `npm audit` to issue a warning ([1aaafbc](https://github.com/peers/peerjs-server/commit/1aaafbc4504224f36287fd721f6edbc27a5b9eaa)), closes [#287](https://github.com/peers/peerjs-server/issues/287)


### Features

* drop Node {10,11,12,13} support ([b70ed79](https://github.com/peers/peerjs-server/commit/b70ed79d9a239593d128ea2914eea0c2107b03b2))
* remove deprecated XHR fallback ([d900145](https://github.com/peers/peerjs-server/commit/d90014590160faf1d489a18ea489c28c43cd4690))


### Performance Improvements

* use the builtin UUID generator for Peer ids instead of the `uuid` module ([5d882dd](https://github.com/peers/peerjs-server/commit/5d882dd0c6af9bed8602e0507fdf5c1d284be075))


### BREAKING CHANGES

* Requires PeerJS >= 1.0
* Node >= 14 required

14 is the oldest currently supported version. See https://github.com/nodejs/release#release-schedule

# PeerServer Changelog

### vNEXT
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": "peer",
"version": "0.0.0-development",
"version": "1.0.0-rc.1",
"description": "PeerJS server component",
"main": "dist/src/index.js",
"bin": {
Expand Down

0 comments on commit 3ca59a1

Please sign in to comment.