diff --git a/package-lock.json b/package-lock.json index 03c61d7..6245cae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/protobuf-schema-parser", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/protobuf-schema-parser", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^2.1.1", diff --git a/package.json b/package.json index 3d09d94..faca323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/protobuf-schema-parser", - "version": "3.0.0", + "version": "3.0.1", "description": "An AsyncAPI schema parser for Protocol Buffers data types.", "scripts": { "build": "npm run build:esm && npm run build:cjs",