From 08083e1f1755b88c23f12b6fb7885e779e82e1aa Mon Sep 17 00:00:00 2001 From: Brent Mealhouse Date: Mon, 17 Jun 2024 13:40:46 -0500 Subject: [PATCH] Bump version to 5.1.14 (#278) --- package-lock.json | 4 ++-- package.json | 2 +- src/version.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8a1ce6b..5669be0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@withabound/node-sdk", - "version": "5.1.13", + "version": "5.1.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@withabound/node-sdk", - "version": "5.1.13", + "version": "5.1.14", "license": "MIT", "dependencies": { "type-fest": "4.20.1" diff --git a/package.json b/package.json index 4ef0ae5f..74550ea5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@withabound/node-sdk", - "version": "5.1.13", + "version": "5.1.14", "description": "The Abound Node library provides convenient access to the Abound API from applications written in server-side JavaScript.", "author": "Abound ", "license": "MIT", diff --git a/src/version.ts b/src/version.ts index 697dd25f..514e6680 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = "5.1.13"; +export const version = "5.1.14";