diff --git a/lob-api-public.yml b/lob-api-public.yml index 5327dda5..018fb13f 100644 --- a/lob-api-public.yml +++ b/lob-api-public.yml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: Lob - version: 1.19.25 + version: 1.19.26 description: | The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors.
license: diff --git a/package-lock.json b/package-lock.json index 2adc1dfa..0fac03b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lob/openapi", - "version": "1.19.25", + "version": "1.19.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@lob/openapi", - "version": "1.19.25", + "version": "1.19.26", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7dea9091..147e3957 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lob/openapi", - "version": "1.19.25", + "version": "1.19.26", "engines": { "node": ">=14.16.0", "npm": ">=7.9.0"