diff --git a/.changeset/hungry-stingrays-attack.md b/.changeset/hungry-stingrays-attack.md deleted file mode 100644 index 5084503..0000000 --- a/.changeset/hungry-stingrays-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@qwik.dev/devtools': patch ---- - -CHORE: add debug log and format diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index fd4755d..d921ada 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @qwik.dev/devtools +## 0.2.2 + +### Patch Changes + +- 64805a3: CHORE: add debug log and format + ## 0.2.1 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 30a05d9..a1555d6 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@qwik.dev/devtools", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "main": "./dist/plugin/index.mjs", "description": "Qwik devtools package",