From 1bc505ed97544437f157f6753a38d2b770989b25 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 2 Aug 2024 11:06:03 +0200 Subject: [PATCH] chore(release): version packages (#1046) --- .changeset/bubble-beach.md | 5 ----- packages/multi-parser/CHANGELOG.md | 6 ++++++ packages/multi-parser/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/bubble-beach.md diff --git a/.changeset/bubble-beach.md b/.changeset/bubble-beach.md deleted file mode 100644 index 88c71bbc3..000000000 --- a/.changeset/bubble-beach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/multi-parser": patch ---- - -Updated the method of importing the parser in the Nunjucks filter. Standardized the import of different parser functions. diff --git a/packages/multi-parser/CHANGELOG.md b/packages/multi-parser/CHANGELOG.md index 14a18f04b..e0a744944 100644 --- a/packages/multi-parser/CHANGELOG.md +++ b/packages/multi-parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/multi-parser +## 2.1.1 + +### Patch Changes + +- 657fa8e: Updated the method of importing the parser in the Nunjucks filter. Standardized the import of different parser functions. + ## 2.1.0 ### Minor Changes diff --git a/packages/multi-parser/package.json b/packages/multi-parser/package.json index d48b96ddc..81335e008 100644 --- a/packages/multi-parser/package.json +++ b/packages/multi-parser/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/multi-parser", - "version": "2.1.0", + "version": "2.1.1", "description": "This tool allows to parse AsyncAPI documents and produce a desired interface based on a given Parser-API version", "private": false, "bugs": {