diff --git a/.changeset/hot-horses-taste.md b/.changeset/hot-horses-taste.md new file mode 100644 index 0000000..009b4a1 --- /dev/null +++ b/.changeset/hot-horses-taste.md @@ -0,0 +1,5 @@ +--- +'@qwik.dev/devtools': minor +--- + +FEAT: new UI and features diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index e641ee7..9949764 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,17 +1,5 @@ # @qwik.dev/devtools -## 0.2.0 - -### Minor Changes - -- 981a2c3: FEAT: new UI new features - -## 0.2.0 - -### Minor Changes - -- d3af90d: FEAT: new UI and features - ## 0.1.1 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 82be54c..baf9ec3 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@qwik.dev/devtools", - "version": "0.2.0", + "version": "0.1.2", "license": "MIT", "main": "./dist/plugin/index.mjs", "description": "Qwik devtools package",