diff --git a/CHANGELOG.md b/CHANGELOG.md index 78fbbbe..468add3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.3.17 + +[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.16...v0.3.17) + +### 🩹 Fixes + +- Remove logs ([762e25a](https://github.com/wxt-dev/queue/commit/762e25a)) + ## v0.3.16 [compare changes](https://github.com/wxt-dev/queue/compare/v0.3.15...v0.3.16) diff --git a/package.json b/package.json index eee54bd..cea6d79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wxt-queue", - "version": "0.3.16", + "version": "0.3.17", "module": "src/index.ts", "type": "module", "packageManager": "bun@1.1.31",