Skip to content

Commit

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

### Features

* convert track-based classes into stream-based classes ([#60](#60)) ([74089af](74089af))

### BREAKING CHANGES

* convert track-based classes into stream-based classes
  • Loading branch information
semantic-release-bot committed Jul 19, 2023
1 parent 74089af commit 0979047
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/webex/webrtc-core/compare/v1.7.1...v2.0.0) (2023-07-19)


### Features

* convert track-based classes into stream-based classes ([#60](https://github.com/webex/webrtc-core/issues/60)) ([74089af](https://github.com/webex/webrtc-core/commit/74089af9570343002611b59d40897cfa029a131a))


### BREAKING CHANGES

* convert track-based classes into stream-based classes

## [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": "2.0.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/umd/index.js",
Expand Down

0 comments on commit 0979047

Please sign in to comment.