Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyKitchell committed Jun 27, 2023
2 parents f13fbdc + e905b03 commit 99472cd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
8 changes: 5 additions & 3 deletions dist/lob-api-bundled.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Lob
version: 1.19.6
version: 1.19.7
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
Expand Down Expand Up @@ -3021,8 +3021,10 @@ tags:
When backwards-incompatible changes are made to the API, a new dated
version

is released. The latest version of the API is version **2020-02-11**. You
can
is released. The latest version of the API is version **2020-02-11**.

All versions prior to, and inclusive of, 2019-02-11 have been sunsetted.
You can

view your version and upgrade to the latest version in your

Expand Down
7 changes: 4 additions & 3 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lob-api-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3

info:
title: Lob
version: "1.19.6"
version: "1.19.7"
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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lob/openapi",
"version": "1.19.6",
"version": "1.19.7",
"engines": {
"node": ">=14.16.0",
"npm": ">=7.9.0"
Expand Down

0 comments on commit 99472cd

Please sign in to comment.