Skip to content

Commit

Permalink
Merge branch 'master' of github.com:asyncapi/parser-js
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnau committed Aug 1, 2024
2 parents 59cbcd9 + 0676ea0 commit bce8d68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @asyncapi/parser

## 3.2.1

### Patch Changes

- b032f3a: fix: upgrade `ajv` to version `8.17.1` to lay the foundation for fixing https://github.com/asyncapi/parser-js/issues/980 in `Studio`

## 3.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/parser",
"version": "3.2.0",
"version": "3.2.1",
"description": "JavaScript AsyncAPI parser.",
"private": false,
"bugs": {
Expand Down Expand Up @@ -47,14 +47,14 @@
"@stoplight/json": "3.21.0",
"@stoplight/json-ref-readers": "^1.2.2",
"@stoplight/json-ref-resolver": "^3.1.5",
"@stoplight/spectral-core": "^1.16.1",
"@stoplight/spectral-core": "^1.18.3",
"@stoplight/spectral-functions": "^1.7.2",
"@stoplight/spectral-parsers": "^1.0.2",
"@stoplight/spectral-ref-resolver": "^1.0.3",
"@stoplight/types": "^13.12.0",
"@types/json-schema": "^7.0.11",
"@types/urijs": "^1.19.19",
"ajv": "^8.11.0",
"ajv": "^8.17.1",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
"avsc": "^5.7.5",
Expand Down

0 comments on commit bce8d68

Please sign in to comment.