Skip to content

Commit

Permalink
chore(release): 2.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.9.0](v2.8.0...v2.9.0) (2024-07-10)

### Features

* update typescript version ([#81](#81)) ([afa2589](afa2589))
  • Loading branch information
semantic-release-bot committed Jul 10, 2024
1 parent afa2589 commit 6acf5d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.9.0](https://github.com/webex/webrtc-core/compare/v2.8.0...v2.9.0) (2024-07-10)


### Features

* update typescript version ([#81](https://github.com/webex/webrtc-core/issues/81)) ([afa2589](https://github.com/webex/webrtc-core/commit/afa2589c5b8a542b40e0111fadee42fe7a1659ab))

# [2.8.0](https://github.com/webex/webrtc-core/compare/v2.7.0...v2.8.0) (2024-06-18)


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.8.0",
"version": "2.9.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/umd/index.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11029,10 +11029,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

[email protected]:
version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
typescript@^5.5.2:
version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==

typescript@~4.8.4:
version "4.8.4"
Expand Down

0 comments on commit 6acf5d7

Please sign in to comment.