diff --git a/package-lock.json b/package-lock.json index b021882..9d7a560 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/protobuf-schema-parser", - "version": "3.2.15", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/protobuf-schema-parser", - "version": "3.2.15", + "version": "3.3.0", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.4.0", diff --git a/package.json b/package.json index b85b799..e4b2cd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/protobuf-schema-parser", - "version": "3.2.15", + "version": "3.3.0", "description": "An AsyncAPI schema parser for Protocol Buffers data types.", "scripts": { "build": "npm run build:esm && npm run build:cjs",