diff --git a/package-lock.json b/package-lock.json index 73256ac..c3182da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/protobuf-schema-parser", - "version": "3.2.13", + "version": "3.2.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/protobuf-schema-parser", - "version": "3.2.13", + "version": "3.2.14", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.1.0", diff --git a/package.json b/package.json index e46e8e6..078a58f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/protobuf-schema-parser", - "version": "3.2.13", + "version": "3.2.14", "description": "An AsyncAPI schema parser for Protocol Buffers data types.", "scripts": { "build": "npm run build:esm && npm run build:cjs",