diff --git a/.changeset/fast-roses-heal.md b/.changeset/fast-roses-heal.md deleted file mode 100644 index f39f53a..0000000 --- a/.changeset/fast-roses-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/track-processors': minor ---- - -Faster disabling of background transformers diff --git a/.changeset/open-candles-talk.md b/.changeset/open-candles-talk.md deleted file mode 100644 index ec0b627..0000000 --- a/.changeset/open-candles-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/track-processors': patch ---- - -Fix a "black screen flash" which occurs sometimes when restarting the processor wrapper diff --git a/.changeset/shaky-crews-bake.md b/.changeset/shaky-crews-bake.md deleted file mode 100644 index 13b84cd..0000000 --- a/.changeset/shaky-crews-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/track-processors': patch ---- - -Add logic to BackgroundProcessor to allow dynamically switching modes elegantly diff --git a/.changeset/some-cars-think.md b/.changeset/some-cars-think.md deleted file mode 100644 index f7afb3d..0000000 --- a/.changeset/some-cars-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/track-processors': patch ---- - -Adds logging infrastructure to allow for changing of log levels diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f6370..fe4a065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @livekit/track-processors +## 0.7.0 + +### Minor Changes + +- Faster disabling of background transformers - [#102](https://github.com/livekit/track-processors-js/pull/102) ([@holzgeist](https://github.com/holzgeist)) + +### Patch Changes + +- Fix a "black screen flash" which occurs sometimes when restarting the processor wrapper - [#111](https://github.com/livekit/track-processors-js/pull/111) ([@1egoman](https://github.com/1egoman)) + +- Add logic to BackgroundProcessor to allow dynamically switching modes elegantly - [#107](https://github.com/livekit/track-processors-js/pull/107) ([@1egoman](https://github.com/1egoman)) + +- Adds logging infrastructure to allow for changing of log levels - [#109](https://github.com/livekit/track-processors-js/pull/109) ([@1egoman](https://github.com/1egoman)) + ## 0.6.1 ### Patch Changes diff --git a/package.json b/package.json index bcb0ac0..f2230b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/track-processors", - "version": "0.6.1", + "version": "0.7.0", "description": "LiveKit track processors", "main": "dist/index.js", "module": "dist/index.mjs",