Skip to content

Commit 183cceb

Browse files
authored
Manual release. (#1396)
1 parent 6352a5e commit 183cceb

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
[2024-04-02] Version 8.1.2
5+
--------------------------
6+
**Library - Chore**
7+
- No Change. Manual release.
8+
49
[2024-02-14] Version 8.1.1
510
--------------------------
611
**Library - Chore**

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "8.1.1",
6+
"version": "8.1.2",
77
"tagVersionPrefix": "",
88
"lerna": "2.0.0"
99
}

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendgrid/client",
33
"description": "Twilio SendGrid NodeJS API client",
4-
"version": "8.1.1",
4+
"version": "8.1.2",
55
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <kyle.partridge@sendgrid.com>",

packages/contact-importer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendgrid/contact-importer",
33
"description": "Twilio SendGrid NodeJS contact importer",
4-
"version": "8.1.1",
4+
"version": "8.1.2",
55
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <kyle.partridge@sendgrid.com>",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@sendgrid/client": "^8.1.1",
29+
"@sendgrid/client": "^8.1.2",
3030
"async.ensureasync": "^0.5.2",
3131
"async.queue": "^0.5.2",
3232
"bottleneck": "^1.12.0",

packages/mail/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendgrid/mail",
33
"description": "Twilio SendGrid NodeJS mail service",
4-
"version": "8.1.1",
4+
"version": "8.1.2",
55
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <kyle.partridge@sendgrid.com>",
@@ -27,7 +27,7 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"@sendgrid/client": "^8.1.1",
30+
"@sendgrid/client": "^8.1.2",
3131
"@sendgrid/helpers": "^8.0.0"
3232
},
3333
"tags": [

0 commit comments

Comments
 (0)