diff --git a/.changeset/three-yaks-explode.md b/.changeset/three-yaks-explode.md deleted file mode 100644 index 8facf9a3d..000000000 --- a/.changeset/three-yaks-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/studio": minor ---- - -Fix side bar color and update @asyncapi/html-template. diff --git a/apps/studio/CHANGELOG.md b/apps/studio/CHANGELOG.md index 48cfee55c..dc19a89d3 100644 --- a/apps/studio/CHANGELOG.md +++ b/apps/studio/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/studio +## 0.21.0 + +### Minor Changes + +- 26dc05f: Fix side bar color and update @asyncapi/html-template. + ## 0.20.2 ### Patch Changes diff --git a/apps/studio/package.json b/apps/studio/package.json index aac9b35d6..d5d72251b 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/studio", - "version": "0.20.2", + "version": "0.21.0", "description": "One place that allows you to develop an AsyncAPI document, validate it, convert it to the latest version, preview the documentation and visualize the events flow.", "license": "Apache-2.0", "bugs": {