Explorar o código

chore(release): 1.0.0-rc.10 [skip ci]

# [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)

### Features

* 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)
* 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)
* 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)
semantic-release-bot %!s(int64=2) %!d(string=hai) anos
pai
achega
d6b5d16c79
Modificáronse 3 ficheiros con 12 adicións e 3 borrados
  1. 9 0
      CHANGELOG.md
  2. 2 2
      package-lock.json
  3. 1 1
      package.json

+ 9 - 0
CHANGELOG.md

@@ -1,3 +1,12 @@
+# [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)
+
+
+### Features
+
+* 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)
+* 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)
+* 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)
+
 # [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)
 
 

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "peer",
-	"version": "0.0.0-development",
+	"version": "1.0.0-rc.10",
 	"lockfileVersion": 2,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "peer",
-			"version": "0.0.0-development",
+			"version": "1.0.0-rc.10",
 			"license": "MIT",
 			"dependencies": {
 				"@types/express": "^4.17.3",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 	"name": "peer",
-	"version": "0.0.0-development",
+	"version": "1.0.0-rc.10",
 	"keywords": [
 		"peerjs",
 		"webrtc",