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": {