Skip to content

Commit

Permalink
chore(release): 1.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.1](v1.5.0...v1.5.1) (2023-04-07)

### Bug Fixes

* (another) attempt at fixing semantic-release permissions ([#42](#42)) ([bc86e66](bc86e66))
* export logger ([#40](#40)) ([7cd4416](7cd4416))
* fix workflow token ([#41](#41)) ([439c30f](439c30f))
  • Loading branch information
semantic-release-bot committed Apr 7, 2023
1 parent bc86e66 commit 20f8d00
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.5.1](https://github.com/webex/webrtc-core/compare/v1.5.0...v1.5.1) (2023-04-07)


### Bug Fixes

* (another) attempt at fixing semantic-release permissions ([#42](https://github.com/webex/webrtc-core/issues/42)) ([bc86e66](https://github.com/webex/webrtc-core/commit/bc86e66093681a6d6f6dff937f38f3c04716dfb1))
* export logger ([#40](https://github.com/webex/webrtc-core/issues/40)) ([7cd4416](https://github.com/webex/webrtc-core/commit/7cd441681f8bb489c8a4c3860f8cd9aed19c80a1))
* fix workflow token ([#41](https://github.com/webex/webrtc-core/issues/41)) ([439c30f](https://github.com/webex/webrtc-core/commit/439c30f5d2bc099e8496318f8811be03ad232771))

# [1.5.0](https://github.com/webex/webrtc-core/compare/v1.4.1...v1.5.0) (2023-03-29)


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

0 comments on commit 20f8d00

Please sign in to comment.