From d9f9b94588e983675f0f25978084404d7409822b Mon Sep 17 00:00:00 2001 From: Aditi Ramaswamy <15935019+sudoku-lord@users.noreply.github.com> Date: Tue, 28 Sep 2021 11:27:57 -0700 Subject: [PATCH] Update version (#244) * fixed * feat(version): version update, minor --- lob-api-public.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lob-api-public.yml b/lob-api-public.yml index 4ff72139..1159f772 100644 --- a/lob-api-public.yml +++ b/lob-api-public.yml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Lob API (2020-02-11) | Specification - version: "1.1.0" + version: "1.2.0" 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. diff --git a/package-lock.json b/package-lock.json index ce162327..0efaeeb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lob-openapi", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4aae6f43..cc7f6c07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lob/openapi", - "version": "1.1.0", + "version": "1.2.0", "engines": { "node": ">=14.16.0", "npm": ">=7.9.0"