From 73662afc31a7d5de8ca38aa17648ad163d71b135 Mon Sep 17 00:00:00 2001 From: Paul Senechko Date: Tue, 5 Dec 2023 13:44:04 -0800 Subject: [PATCH] GC-1988 bump version (#476) --- dist/lob-api-bundled.yml | 2 +- lob-api-public.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/lob-api-bundled.yml b/dist/lob-api-bundled.yml index cdb84f34..4f140bc2 100644 --- a/dist/lob-api-bundled.yml +++ b/dist/lob-api-bundled.yml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: Lob - version: 1.19.23 + version: 1.19.22 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 diff --git a/lob-api-public.yml b/lob-api-public.yml index e3a6e939..cbf2cc19 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.23 + version: 1.19.22 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 diff --git a/package-lock.json b/package-lock.json index 4f95f738..3766ddfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lob/openapi", - "version": "1.19.23", + "version": "1.19.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 05193f11..42d69706 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lob/openapi", - "version": "1.19.23", + "version": "1.19.22", "engines": { "node": ">=14.16.0", "npm": ">=7.9.0"