Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @eyevinn/[email protected]
 - @eyevinn/[email protected]
  • Loading branch information
birme committed May 17, 2022
1 parent 322eff2 commit 6431728
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.0](https://github.com/Eyevinn/whip/compare/@eyevinn/[email protected]...@eyevinn/[email protected]) (2022-05-17)


### Features

* request a fixed channel name ([#61](https://github.com/Eyevinn/whip/issues/61)) ([4cf17c8](https://github.com/Eyevinn/whip/commit/4cf17c8e995f47caefeb837b5916e57c7d5472b1))
* update viewer protocol based on webrtc-http-playback-protocol ([#62](https://github.com/Eyevinn/whip/issues/62)) ([322eff2](https://github.com/Eyevinn/whip/commit/322eff28ab0937760499349d8557e2635adc77ae))
* updated with latest version of webrtc player that has an WHPP adapter ([0afe59f](https://github.com/Eyevinn/whip/commit/0afe59f44079317a28f0f68bbeeb336615885fe5))



## [0.12.0](https://github.com/Eyevinn/whip/compare/@eyevinn/[email protected]...@eyevinn/[email protected]) (2022-05-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/demo/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 packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eyevinn/whip-web-client-demo",
"version": "0.12.0",
"version": "0.13.0",
"description": "Demonstration of a browser based WHIP client",
"scripts": {
"dev": "parcel -p 1234 --no-cache src/index.html src/watch.html",
Expand Down
10 changes: 10 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.0](https://github.com/Eyevinn/whip/compare/@eyevinn/[email protected]...@eyevinn/[email protected]) (2022-05-17)


### Features

* request a fixed channel name ([#61](https://github.com/Eyevinn/whip/issues/61)) ([4cf17c8](https://github.com/Eyevinn/whip/commit/4cf17c8e995f47caefeb837b5916e57c7d5472b1))
* update viewer protocol based on webrtc-http-playback-protocol ([#62](https://github.com/Eyevinn/whip/issues/62)) ([322eff2](https://github.com/Eyevinn/whip/commit/322eff28ab0937760499349d8557e2635adc77ae))



### [0.13.2](https://github.com/Eyevinn/whip/compare/@eyevinn/[email protected]...@eyevinn/[email protected]) (2022-05-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/server/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 packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eyevinn/whip-endpoint",
"version": "0.13.2",
"version": "0.14.0",
"description": "WebRTC HTTP ingestion protocol endpoint",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 6431728

Please sign in to comment.