Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.1...v1.8.0) (2023-07-19)

### Features

* convert track-based classes into stream-based classes ([#59](#59)) ([77e525c](77e525c)), closes [#49](#49) [#50](#50) [#52](#52) [#55](#55)
  • Loading branch information
semantic-release-bot committed Jul 19, 2023
1 parent 77e525c commit 3085f04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.8.0](https://github.com/webex/webrtc-core/compare/v1.7.1...v1.8.0) (2023-07-19)


### Features

* convert track-based classes into stream-based classes ([#59](https://github.com/webex/webrtc-core/issues/59)) ([77e525c](https://github.com/webex/webrtc-core/commit/77e525cee840f00611de6d394b85b4a00f708c7a)), closes [#49](https://github.com/webex/webrtc-core/issues/49) [#50](https://github.com/webex/webrtc-core/issues/50) [#52](https://github.com/webex/webrtc-core/issues/52) [#55](https://github.com/webex/webrtc-core/issues/55)

## [1.7.1](https://github.com/webex/webrtc-core/compare/v1.7.0...v1.7.1) (2023-06-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webex/webrtc-core",
"version": "1.7.1",
"version": "1.8.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/umd/index.js",
Expand Down

0 comments on commit 3085f04

Please sign in to comment.