From 86cde585b518fe5e72c7f4ad4aaca65dacb04df5 Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 14 Feb 2024 08:41:25 +0000 Subject: [PATCH] Release 8.1.1 --- 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 57262e2b..cc5700b6 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "8.1.0", + "version": "8.1.1", "tagVersionPrefix": "", "lerna": "2.0.0" } diff --git a/packages/client/package.json b/packages/client/package.json index 690b4c6b..87b6b689 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.0", + "version": "8.1.1", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", diff --git a/packages/contact-importer/package.json b/packages/contact-importer/package.json index 416e4aa4..33cc7c35 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.0", + "version": "8.1.1", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^8.1.0", + "@sendgrid/client": "^8.1.1", "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 fb197320..9b6fcc7c 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.0", + "version": "8.1.1", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,7 +27,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^8.1.0", + "@sendgrid/client": "^8.1.1", "@sendgrid/helpers": "^8.0.0" }, "tags": [