From 90b89ccc98d8824c5717b5ce2d5731109c29bdaf Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Tue, 12 Mar 2024 15:54:11 -0600 Subject: [PATCH] bump version --- lob-api-public.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lob-api-public.yml b/lob-api-public.yml index f2b2ed01..86142ea5 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.30 + version: 1.19.31 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.json b/package.json index e3b0ca77..e84cc1f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lob/openapi", - "version": "1.19.30", + "version": "1.19.31", "engines": { "node": ">=14.16.0", "npm": ">=7.9.0"