From a3df6fbaac9e2d76a19fcf1311e1dea8d942278c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Dec 2023 14:42:02 +0000 Subject: [PATCH] chore(release): cut the 5.0.0-alpha.83 release # [5.0.0-alpha.83](https://github.com/swagger-api/swagger-editor/compare/v5.0.0-alpha.82...v5.0.0-alpha.83) (2023-12-06) ### Bug Fixes * **vscode:** bring upstream VSCode fixes in ([#4648](https://github.com/swagger-api/swagger-editor/issues/4648)) ([3c54514](https://github.com/swagger-api/swagger-editor/commit/3c5451444e8f8935cc368f534eeb66c650a8876e)) ### Features * add full support for OpenAPI 2.0 semantic tokens & symbols ([#4646](https://github.com/swagger-api/swagger-editor/issues/4646)) ([7b66c99](https://github.com/swagger-api/swagger-editor/commit/7b66c99f3f28bd4bf3e8a84c3c10e7dfdec82259)) * **language-apidom:** enable linting for OpenAPI 2.0 ([#4647](https://github.com/swagger-api/swagger-editor/issues/4647)) ([bacd968](https://github.com/swagger-api/swagger-editor/commit/bacd968360ba75a595c6e2abec3d8c3693d3dfac)) --- 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 86ea486595d..d7f044f49b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swagger-editor", - "version": "5.0.0-alpha.82", + "version": "5.0.0-alpha.83", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "swagger-editor", - "version": "5.0.0-alpha.82", + "version": "5.0.0-alpha.83", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 4f22b345876..a6226853b5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-editor", - "version": "5.0.0-alpha.82", + "version": "5.0.0-alpha.83", "contributors": [ "(in alphabetical order)", "Francesco Tumanischvili",