Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-11-14)

### Bug Fixes

* commitlint rules for body ([17d2057](webex@17d2057))
* dependent package vulnerability ([webex#62](webex#62)) ([803f296](webex@803f296))
* disable integration tests (temporary) ([webex#68](webex#68)) ([75064a4](webex@75064a4))
* enable sonar with quality gate check as part of build ([webex#54](webex#54)) ([ae10580](webex@ae10580))
* fix import path ([webex#27](webex#27)) ([eee0d88](webex@eee0d88))
* fix the way we do exports ([webex#19](webex#19)) ([cc8cc85](webex@cc8cc85))
* handle underlying track being undefined in addTransceiver ([webex#35](webex#35)) ([b9bbca6](webex@b9bbca6))
* hookup cspell and eslint for lint-staged ([webex#16](webex#16)) ([ad42e8b](webex@ad42e8b))
* make track class abstract and ensure correct track import path ([webex#21](webex#21)) ([3fdf38c](webex@3fdf38c))
* media-stream-track param no longer optional ([webex#31](webex#31)) ([bf49615](webex@bf49615)), closes [webex#33](webex#33)
* release initial package on @webex/webrt-core ([d359d77](webex@d359d77))
* remove blank testbed until needed and correct readme steps ([webex#17](webex#17)) ([e31de4f](webex@e31de4f))
* remove error logs ([webex#44](webex#44)) ([8a3817e](webex@8a3817e))
* remove redundant git remote ([webex#52](webex#52)) ([b6c2d33](webex@b6c2d33))
* sonar fixes ([webex#56](webex#56)) ([6e7ce8a](webex@6e7ce8a))
* support ice gathering already being complete in getLocalDescriptionWithIceCandidates ([webex#40](webex#40)) ([e22429a](webex@e22429a))
* update adapterjs ([webex#70](webex#70)) ([ce6a151](webex@ce6a151))
* update new npm org and registry ([webex#57](webex#57)) ([21b16f5](webex@21b16f5))
* update node to use v16 ([webex#67](webex#67)) ([4ea99a8](webex@4ea99a8))

### Features

* add getter for remote description ([webex#66](webex#66)) ([021b771](webex@021b771))
* add getunderlyingrtcpeerconnection method on peerconnection class ([webex#64](webex#64)) ([5abb6be](webex@5abb6be))
* add some more peer connection functionality ([webex#34](webex#34)) ([2058263](webex@2058263))
* add support for creating an rtcdatachannel ([webex#15](webex#15)) ([66d88b2](webex@66d88b2))
* added connection state handling ([webex#8](webex#8)) ([0c7c7e0](webex@0c7c7e0))
* enhance browser support ([webex#59](webex#59)) ([3e87bac](webex@3e87bac))
* events object on local-track class ([webex#24](webex#24)) ([53b4068](webex@53b4068))
* export the datachannel options type ([webex#60](webex#60)) ([8c62610](webex@8c62610))
* expose checkdevicepermissions method ([webex#65](webex#65)) ([41ed515](webex@41ed515))
* import webrtc-adapter ([webex#69](webex#69)) ([7b3834f](webex@7b3834f))
* migrating the wcme track to webrtc core ([bdee8c6](webex@bdee8c6))
* peer connection events; helper functions ([webex#23](webex#23)) ([7fa6727](webex@7fa6727))
  • Loading branch information
semantic-release-bot committed Nov 14, 2022
1 parent 0c7c7e0 commit a702d62
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# 1.0.0 (2022-11-14)


### Bug Fixes

* commitlint rules for body ([17d2057](https://github.com/webex/webrtc-core/commit/17d2057a63cd32248e6b865bd268bbc34a25cd23))
* dependent package vulnerability ([#62](https://github.com/webex/webrtc-core/issues/62)) ([803f296](https://github.com/webex/webrtc-core/commit/803f29689e19756757cb1c11f0e4163022edf4dc))
* disable integration tests (temporary) ([#68](https://github.com/webex/webrtc-core/issues/68)) ([75064a4](https://github.com/webex/webrtc-core/commit/75064a4d38f3b10b8e1a1023bcea9ea0240578fc))
* enable sonar with quality gate check as part of build ([#54](https://github.com/webex/webrtc-core/issues/54)) ([ae10580](https://github.com/webex/webrtc-core/commit/ae1058046346b791bd666b5e4a7f35934c0c7adc))
* fix import path ([#27](https://github.com/webex/webrtc-core/issues/27)) ([eee0d88](https://github.com/webex/webrtc-core/commit/eee0d884d60c3bdac508c8da7116f70f1d8cb448))
* fix the way we do exports ([#19](https://github.com/webex/webrtc-core/issues/19)) ([cc8cc85](https://github.com/webex/webrtc-core/commit/cc8cc858cdc9f76248bb2848ead4d71cef0aa6ce))
* handle underlying track being undefined in addTransceiver ([#35](https://github.com/webex/webrtc-core/issues/35)) ([b9bbca6](https://github.com/webex/webrtc-core/commit/b9bbca6aec4bfb8f07e9272dd227b384bfff753d))
* hookup cspell and eslint for lint-staged ([#16](https://github.com/webex/webrtc-core/issues/16)) ([ad42e8b](https://github.com/webex/webrtc-core/commit/ad42e8b92c1f7dfc8bee844790b91c747f860b57))
* make track class abstract and ensure correct track import path ([#21](https://github.com/webex/webrtc-core/issues/21)) ([3fdf38c](https://github.com/webex/webrtc-core/commit/3fdf38cabb73a406277e52da38be40d18895e619))
* media-stream-track param no longer optional ([#31](https://github.com/webex/webrtc-core/issues/31)) ([bf49615](https://github.com/webex/webrtc-core/commit/bf49615ae54eb4ded4550a95845ddb075a222d95)), closes [#33](https://github.com/webex/webrtc-core/issues/33)
* release initial package on @webex/webrt-core ([d359d77](https://github.com/webex/webrtc-core/commit/d359d77fe9665f43d1ccee53e17d4e26b343f717))
* remove blank testbed until needed and correct readme steps ([#17](https://github.com/webex/webrtc-core/issues/17)) ([e31de4f](https://github.com/webex/webrtc-core/commit/e31de4f175a8cf7d885a6d5a78e6ae5db1211f57))
* remove error logs ([#44](https://github.com/webex/webrtc-core/issues/44)) ([8a3817e](https://github.com/webex/webrtc-core/commit/8a3817e0d61ef7cdbc604910a8da02042a0c5e7c))
* remove redundant git remote ([#52](https://github.com/webex/webrtc-core/issues/52)) ([b6c2d33](https://github.com/webex/webrtc-core/commit/b6c2d33c738f30dd2c8f6108f36f0ddfde654d6c))
* sonar fixes ([#56](https://github.com/webex/webrtc-core/issues/56)) ([6e7ce8a](https://github.com/webex/webrtc-core/commit/6e7ce8aba3c23b7dfe58b73954fe8087a7debe77))
* support ice gathering already being complete in getLocalDescriptionWithIceCandidates ([#40](https://github.com/webex/webrtc-core/issues/40)) ([e22429a](https://github.com/webex/webrtc-core/commit/e22429af17460bfe9ada52ecb6208bb506a8d3b1))
* update adapterjs ([#70](https://github.com/webex/webrtc-core/issues/70)) ([ce6a151](https://github.com/webex/webrtc-core/commit/ce6a151f0d4c0e6a97db8489bf455a2067bf872d))
* update new npm org and registry ([#57](https://github.com/webex/webrtc-core/issues/57)) ([21b16f5](https://github.com/webex/webrtc-core/commit/21b16f57edf0d144a15f206170d55679755a008c))
* update node to use v16 ([#67](https://github.com/webex/webrtc-core/issues/67)) ([4ea99a8](https://github.com/webex/webrtc-core/commit/4ea99a8bbfb0aafe19658ff28de1d3aadaca6b6e))


### Features

* add getter for remote description ([#66](https://github.com/webex/webrtc-core/issues/66)) ([021b771](https://github.com/webex/webrtc-core/commit/021b771cd7bf3a85bf327e848f1dfebd0c3a0fcc))
* add getunderlyingrtcpeerconnection method on peerconnection class ([#64](https://github.com/webex/webrtc-core/issues/64)) ([5abb6be](https://github.com/webex/webrtc-core/commit/5abb6bec5a340df1666bd366934df5106649847d))
* add some more peer connection functionality ([#34](https://github.com/webex/webrtc-core/issues/34)) ([2058263](https://github.com/webex/webrtc-core/commit/2058263e380fa5c65e13e074ad083303d3ae1f65))
* add support for creating an rtcdatachannel ([#15](https://github.com/webex/webrtc-core/issues/15)) ([66d88b2](https://github.com/webex/webrtc-core/commit/66d88b244fe8b33426240ca89a34ec594894a159))
* added connection state handling ([#8](https://github.com/webex/webrtc-core/issues/8)) ([0c7c7e0](https://github.com/webex/webrtc-core/commit/0c7c7e01cd4074e2d089201060c738c01091f498))
* enhance browser support ([#59](https://github.com/webex/webrtc-core/issues/59)) ([3e87bac](https://github.com/webex/webrtc-core/commit/3e87bac0a2321b8db988355d4573a8bc81afed28))
* events object on local-track class ([#24](https://github.com/webex/webrtc-core/issues/24)) ([53b4068](https://github.com/webex/webrtc-core/commit/53b40681ecf9f3dead9b9888fa7cfa6b52151b5f))
* export the datachannel options type ([#60](https://github.com/webex/webrtc-core/issues/60)) ([8c62610](https://github.com/webex/webrtc-core/commit/8c62610b78088ec839f530ca7f478f81b3f959db))
* expose checkdevicepermissions method ([#65](https://github.com/webex/webrtc-core/issues/65)) ([41ed515](https://github.com/webex/webrtc-core/commit/41ed51577e6548322192bd76c8a136e3b6a616da))
* import webrtc-adapter ([#69](https://github.com/webex/webrtc-core/issues/69)) ([7b3834f](https://github.com/webex/webrtc-core/commit/7b3834f1bec0a3917e9c049c5a009a9086655b1f))
* migrating the wcme track to webrtc core ([bdee8c6](https://github.com/webex/webrtc-core/commit/bdee8c6adb53e68451d1f1347ce761e42162e167))
* peer connection events; helper functions ([#23](https://github.com/webex/webrtc-core/issues/23)) ([7fa6727](https://github.com/webex/webrtc-core/commit/7fa67270977f204463a3c005b8ed7ec2157698f7))

# 1.0.0 (2022-10-14)


Expand Down

0 comments on commit a702d62

Please sign in to comment.