From 0bb5970f712d46444a41d0828fbbc606f000ebdc Mon Sep 17 00:00:00 2001 From: Twilio Date: Thu, 17 Oct 2024 13:43:08 +0000 Subject: [PATCH] Release 8.1.4 --- lerna.json | 2 +- packages/client/package.json | 2 +- packages/contact-importer/package.json | 4 ++-- packages/mail/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index ad3035b2..371b98d7 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "8.1.3", + "version": "8.1.4", "tagVersionPrefix": "", "lerna": "2.0.0" } diff --git a/packages/client/package.json b/packages/client/package.json index 02058734..d6cf12f5 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@sendgrid/client", "description": "Twilio SendGrid NodeJS API client", - "version": "8.1.3", + "version": "8.1.4", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", diff --git a/packages/contact-importer/package.json b/packages/contact-importer/package.json index 16469072..0eae9553 100644 --- a/packages/contact-importer/package.json +++ b/packages/contact-importer/package.json @@ -1,7 +1,7 @@ { "name": "@sendgrid/contact-importer", "description": "Twilio SendGrid NodeJS contact importer", - "version": "8.1.3", + "version": "8.1.4", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^8.1.3", + "@sendgrid/client": "^8.1.4", "async.ensureasync": "^0.5.2", "async.queue": "^0.5.2", "bottleneck": "^1.12.0", diff --git a/packages/mail/package.json b/packages/mail/package.json index 89d5aa70..46516acc 100644 --- a/packages/mail/package.json +++ b/packages/mail/package.json @@ -1,7 +1,7 @@ { "name": "@sendgrid/mail", "description": "Twilio SendGrid NodeJS mail service", - "version": "8.1.3", + "version": "8.1.4", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,7 +27,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^8.1.3", + "@sendgrid/client": "^8.1.4", "@sendgrid/helpers": "^8.0.0" }, "tags": [