Skip to content

Commit

Permalink
chore(release): 2.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.10.1](v2.10.0...v2.10.1) (2024-07-30)

### Bug Fixes

* update npm-publish.yml ([#83](#83)) ([e45f11e](e45f11e))
  • Loading branch information
semantic-release-bot committed Jul 30, 2024
1 parent e45f11e commit 33cb00d
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.10.1](https://github.com/webex/webrtc-core/compare/v2.10.0...v2.10.1) (2024-07-30)


### Bug Fixes

* update npm-publish.yml ([#83](https://github.com/webex/webrtc-core/issues/83)) ([e45f11e](https://github.com/webex/webrtc-core/commit/e45f11e8f6e2961566c2f689680d4257d3c9e3bd))

# [2.10.0](https://github.com/webex/webrtc-core/compare/v2.9.0...v2.10.0) (2024-07-11)


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

0 comments on commit 33cb00d

Please sign in to comment.