diff --git a/package-lock.json b/package-lock.json index e0b40ef..ab6d03c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/protobuf-schema-parser", - "version": "3.2.4", + "version": "3.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/protobuf-schema-parser", - "version": "3.2.4", + "version": "3.2.5", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.7", diff --git a/package.json b/package.json index c2c78e7..d53854d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/protobuf-schema-parser", - "version": "3.2.4", + "version": "3.2.5", "description": "An AsyncAPI schema parser for Protocol Buffers data types.", "scripts": { "build": "npm run build:esm && npm run build:cjs",