Skip to content

Commit

Permalink
bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoku-lord committed Jul 1, 2022
1 parent 2352412 commit 19753bc
Show file tree
Hide file tree
Showing 6 changed files with 735 additions and 315 deletions.
2 changes: 1 addition & 1 deletion 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.8.1
version: 1.8.2
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
1,036 changes: 728 additions & 308 deletions dist/lob-api-postman.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.8.1"
version: "1.8.2"
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.8.1",
"version": "1.8.2",
"engines": {
"node": ">=14.16.0",
"npm": ">=7.9.0"
Expand Down

0 comments on commit 19753bc

Please sign in to comment.