Skip to content

Commit 1bc505e

Browse files
authored
chore(release): version packages (#1046)
1 parent 657fa8e commit 1bc505e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/bubble-beach.md

-5
This file was deleted.

packages/multi-parser/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @asyncapi/multi-parser
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- 657fa8e: Updated the method of importing the parser in the Nunjucks filter. Standardized the import of different parser functions.
8+
39
## 2.1.0
410

511
### Minor Changes

packages/multi-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/multi-parser",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "This tool allows to parse AsyncAPI documents and produce a desired interface based on a given Parser-API version",
55
"private": false,
66
"bugs": {

0 commit comments

Comments
 (0)