diff --git a/.changeset/many-feet-begin.md b/.changeset/many-feet-begin.md deleted file mode 100644 index 35bdddaa1..000000000 --- a/.changeset/many-feet-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/studio": minor ---- - -Shift the production environment to Next.JS diff --git a/apps/studio/CHANGELOG.md b/apps/studio/CHANGELOG.md index c285625db..327883a57 100644 --- a/apps/studio/CHANGELOG.md +++ b/apps/studio/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/studio +## 0.22.0 + +### Minor Changes + +- fce346d: Shift the production environment to Next.JS + ## 0.21.4 ### Patch Changes diff --git a/apps/studio/package.json b/apps/studio/package.json index 0ede9f0d4..b52039af7 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/studio", - "version": "0.21.4", + "version": "0.22.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": {