Skip to content

Commit

Permalink
chore(release): 2.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.6.1](v2.6.0...v2.6.1) (2024-04-16)

### Bug Fixes

* dispose effects on call to LocalStream.stop ([#75](#75)) ([60205bc](60205bc))
  • Loading branch information
semantic-release-bot committed Apr 16, 2024
1 parent 60205bc commit d204dba
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.6.1](https://github.com/webex/webrtc-core/compare/v2.6.0...v2.6.1) (2024-04-16)


### Bug Fixes

* dispose effects on call to LocalStream.stop ([#75](https://github.com/webex/webrtc-core/issues/75)) ([60205bc](https://github.com/webex/webrtc-core/commit/60205bca573c96fca35153bd3e1469509ca0626e))

# [2.6.0](https://github.com/webex/webrtc-core/compare/v2.5.0...v2.6.0) (2024-03-12)


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

0 comments on commit d204dba

Please sign in to comment.