From 183ccebd6e23ec85884ddefe698be59db071b861 Mon Sep 17 00:00:00 2001 From: Manisha Singh Date: Tue, 2 Apr 2024 13:04:14 +0530 Subject: [PATCH] Manual release. (#1396) --- CHANGELOG.md | 5 +++++ lerna.json | 2 +- packages/client/package.json | 2 +- packages/contact-importer/package.json | 4 ++-- packages/mail/package.json | 4 ++-- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a1256e..f41963ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +[2024-04-02] Version 8.1.2 +-------------------------- +**Library - Chore** +- No Change. Manual release. + [2024-02-14] Version 8.1.1 -------------------------- **Library - Chore** diff --git a/lerna.json b/lerna.json index cc5700b6..9ca1b211 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "8.1.1", + "version": "8.1.2", "tagVersionPrefix": "", "lerna": "2.0.0" } diff --git a/packages/client/package.json b/packages/client/package.json index 94730754..aa29024f 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.1", + "version": "8.1.2", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", diff --git a/packages/contact-importer/package.json b/packages/contact-importer/package.json index 33cc7c35..77e0e755 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.1", + "version": "8.1.2", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^8.1.1", + "@sendgrid/client": "^8.1.2", "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 9b6fcc7c..8dbc43ae 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.1", + "version": "8.1.2", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,7 +27,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^8.1.1", + "@sendgrid/client": "^8.1.2", "@sendgrid/helpers": "^8.0.0" }, "tags": [