From d7c0ffc1b2552fbdb74fefa8c62320a2906d5ed9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Mar 2024 08:27:33 +0000 Subject: [PATCH] chore(release): cut the 5.0.0-alpha.91 release # [5.0.0-alpha.91](https://github.com/swagger-api/swagger-editor/compare/v5.0.0-alpha.90...v5.0.0-alpha.91) (2024-03-29) ### Features * update AsyncAPI toolkit to latest versions ([#4446](https://github.com/swagger-api/swagger-editor/issues/4446)) ([4b90270](https://github.com/swagger-api/swagger-editor/commit/4b902702575033c99313a537a136d2167ac1531c)), closes [#4585](https://github.com/swagger-api/swagger-editor/issues/4585) ### Performance Improvements * **language-apidom:** fix perf regression in reference validation ([#4885](https://github.com/swagger-api/swagger-editor/issues/4885)) ([99af87f](https://github.com/swagger-api/swagger-editor/commit/99af87f6d7cf0c95f821926ca035c5f1e27a2874)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 697d3ddedfd..8d7aa2bb992 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swagger-editor", - "version": "5.0.0-alpha.90", + "version": "5.0.0-alpha.91", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "swagger-editor", - "version": "5.0.0-alpha.90", + "version": "5.0.0-alpha.91", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.18", diff --git a/package.json b/package.json index 57ab3dad2d0..680f6bdf8e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-editor", - "version": "5.0.0-alpha.90", + "version": "5.0.0-alpha.91", "contributors": [ "(in alphabetical order)", "Francesco Tumanischvili",