diff --git a/.changeset/slow-plums-rhyme.md b/.changeset/slow-plums-rhyme.md deleted file mode 100644 index b9f84ba..0000000 --- a/.changeset/slow-plums-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/track-processors": patch ---- - -Only destroy if no newer init method has been invoked diff --git a/CHANGELOG.md b/CHANGELOG.md index 47dc26d..555c895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/track-processors +## 0.5.8 + +### Patch Changes + +- Only destroy if no newer init method has been invoked - [#90](https://github.com/livekit/track-processors-js/pull/90) ([@lukasIO](https://github.com/lukasIO)) + ## 0.5.7 ### Patch Changes diff --git a/package.json b/package.json index cf191c7..8bc07de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/track-processors", - "version": "0.5.7", + "version": "0.5.8", "description": "LiveKit track processors", "main": "dist/index.js", "module": "dist/index.mjs",