diff --git a/package-lock.json b/package-lock.json index 82fdee6..39d862f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.21", + "version": "3.0.22", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.21", + "version": "3.0.22", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.14", diff --git a/package.json b/package.json index 403d1fe..e0f9e96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.21", + "version": "3.0.22", "description": "An AsyncAPI schema parser for Avro 1.x schemas.", "scripts": { "build": "npm run build:esm && npm run build:cjs",