From 93f05e9c9aeedb6d008a76b3e1e33efb77765059 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sun, 4 Aug 2024 22:49:06 +0000 Subject: [PATCH] version packages --- .changeset/smooth-pumas-deliver.md | 5 ----- packages/parser/CHANGELOG.md | 6 ++++++ packages/parser/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/smooth-pumas-deliver.md diff --git a/.changeset/smooth-pumas-deliver.md b/.changeset/smooth-pumas-deliver.md deleted file mode 100644 index 58c83ea24..000000000 --- a/.changeset/smooth-pumas-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/parser": patch ---- - -fix: remove forceful normalization of YAML to JSON diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index 26e6a8b66..9e153f9f8 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/parser +## 3.2.2 + +### Patch Changes + +- b700a65: fix: remove forceful normalization of YAML to JSON + ## 3.2.1 ### Patch Changes diff --git a/packages/parser/package.json b/packages/parser/package.json index 6e875f90c..7725c4c17 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/parser", - "version": "3.2.1", + "version": "3.2.2", "description": "JavaScript AsyncAPI parser.", "private": false, "bugs": {