diff --git a/.changeset/cold-garlics-attack.md b/.changeset/cold-garlics-attack.md deleted file mode 100644 index 46ce573ed..000000000 --- a/.changeset/cold-garlics-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/studio": patch ---- - -fixed the rendering of block visualiser when document has errors diff --git a/apps/studio/CHANGELOG.md b/apps/studio/CHANGELOG.md index 327883a57..67e819b07 100644 --- a/apps/studio/CHANGELOG.md +++ b/apps/studio/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/studio +## 0.22.1 + +### Patch Changes + +- 0336253: fixed the rendering of block visualiser when document has errors + ## 0.22.0 ### Minor Changes diff --git a/apps/studio/package.json b/apps/studio/package.json index b52039af7..375c10521 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/studio", - "version": "0.22.0", + "version": "0.22.1", "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": {