Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2023-10-02)

### Features

* add id, readyState, and getAllEffects to stream classes ([#62](#62)) ([62deb74](62deb74))
  • Loading branch information
semantic-release-bot committed Oct 2, 2023
1 parent 62deb74 commit 7022ce9
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 @@
# [2.2.0](https://github.com/webex/webrtc-core/compare/v2.1.0...v2.2.0) (2023-10-02)


### Features

* add id, readyState, and getAllEffects to stream classes ([#62](https://github.com/webex/webrtc-core/issues/62)) ([62deb74](https://github.com/webex/webrtc-core/commit/62deb74cea2c2ac505bced2f8694679bea570d36))

# [2.1.0](https://github.com/webex/webrtc-core/compare/v2.0.0...v2.1.0) (2023-07-28)


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

0 comments on commit 7022ce9

Please sign in to comment.