Skip to content

Commit 7c7c556

Browse files
authored
chore(release): version packages (#1059)
1 parent e18f865 commit 7c7c556

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.changeset/new-ears-clap.md

-6
This file was deleted.

packages/multi-parser/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- e18f865: Updating jsonpath-plus dependency to mitigate CVE-2024-21534
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [e18f865]
12+
- @asyncapi/parser@3.4.0
13+
314
## 2.1.1
415

516
### Patch 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.1",
3+
"version": "2.2.0",
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": {

packages/parser/CHANGELOG.md

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

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- e18f865: Updating jsonpath-plus dependency to mitigate CVE-2024-21534
8+
39
## 3.3.0
410

511
### Minor Changes

packages/parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/parser",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "JavaScript AsyncAPI parser.",
55
"private": false,
66
"bugs": {

0 commit comments

Comments
 (0)