Skip to content

Commit 1246402

Browse files
committed
Release 7.1.0
1 parent 0012236 commit 1246402

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "7.0.1",
6+
"version": "7.1.0",
77
"tagVersionPrefix": ""
88
}

packages/client/package.json

+1-1
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": "7.0.1",
4+
"version": "7.1.0",
55
"author": "Twilio SendGrid <[email protected]> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <[email protected]>",

packages/contact-importer/package.json

+2-2
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": "7.0.1",
4+
"version": "7.1.0",
55
"author": "Twilio SendGrid <[email protected]> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <[email protected]>",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@sendgrid/client": "^7.0.1",
29+
"@sendgrid/client": "^7.1.0",
3030
"async.ensureasync": "^0.5.2",
3131
"async.queue": "^0.5.2",
3232
"bottleneck": "^1.12.0",

packages/mail/package.json

+2-2
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": "7.0.1",
4+
"version": "7.1.0",
55
"author": "Twilio SendGrid <[email protected]> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <[email protected]>",
@@ -27,7 +27,7 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"@sendgrid/client": "^7.0.1",
30+
"@sendgrid/client": "^7.1.0",
3131
"@sendgrid/helpers": "^7.0.1"
3232
},
3333
"tags": [

0 commit comments

Comments
 (0)