Skip to content

Commit

Permalink
chore(release): 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.8.0](v2.7.0...v2.8.0) (2024-06-18)

### Features

* expose getCurrentConnectionType with ConnectionType type ([#80](#80)) ([c9f8ad9](c9f8ad9))
* pr to update release version ([#79](#79)) ([816c685](816c685))
  • Loading branch information
semantic-release-bot committed Jun 18, 2024
1 parent c9f8ad9 commit 9a3db0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.8.0](https://github.com/webex/webrtc-core/compare/v2.7.0...v2.8.0) (2024-06-18)


### Features

* expose getCurrentConnectionType with ConnectionType type ([#80](https://github.com/webex/webrtc-core/issues/80)) ([c9f8ad9](https://github.com/webex/webrtc-core/commit/c9f8ad929b2cc7f5612af8067fe1f20ff9a5dcb0))
* pr to update release version ([#79](https://github.com/webex/webrtc-core/issues/79)) ([816c685](https://github.com/webex/webrtc-core/commit/816c685c334ce579e9cbce465bbfc19564cd7a4d))

# [2.7.0](https://github.com/webex/webrtc-core/compare/v2.6.1...v2.7.0) (2024-04-17)


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

0 comments on commit 9a3db0e

Please sign in to comment.