diff --git a/.changeset/cool-views-fall.md b/.changeset/cool-views-fall.md deleted file mode 100644 index 85d1f7e..0000000 --- a/.changeset/cool-views-fall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/track-processors': patch ---- - -Update getLogger to return explicit StructuredLogger type diff --git a/.changeset/twenty-coats-hang.md b/.changeset/twenty-coats-hang.md deleted file mode 100644 index 1c12d85..0000000 --- a/.changeset/twenty-coats-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/track-processors': patch ---- - -Exports BackgroundProcessorWrapper and adds docs diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4a065..60f0a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/track-processors +## 0.7.1 + +### Patch Changes + +- Update getLogger to return explicit StructuredLogger type - [#118](https://github.com/livekit/track-processors-js/pull/118) ([@1egoman](https://github.com/1egoman)) + +- Exports BackgroundProcessorWrapper and adds docs - [#117](https://github.com/livekit/track-processors-js/pull/117) ([@1egoman](https://github.com/1egoman)) + ## 0.7.0 ### Minor Changes diff --git a/package.json b/package.json index f2230b5..816059f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/track-processors", - "version": "0.7.0", + "version": "0.7.1", "description": "LiveKit track processors", "main": "dist/index.js", "module": "dist/index.mjs",