Skip to content

Commit

Permalink
v6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Sep 21, 2017
1 parent b885457 commit 4c6d1cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "6.1.3"
"version": "6.1.4"
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/client",
"description": "SendGrid NodeJS API client",
"version": "6.1.3",
"version": "6.1.4",
"author": "SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/inbound-mail-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/inbound-mail-parser",
"description": "SendGrid NodeJS inbound mail parser",
"version": "6.1.3",
"version": "6.1.4",
"author": "SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/mail/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/mail",
"description": "SendGrid NodeJS mail service",
"version": "6.1.3",
"version": "6.1.4",
"author": "SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
Expand All @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"@sendgrid/client": "^6.1.3",
"@sendgrid/client": "^6.1.4",
"@sendgrid/helpers": "^6.1.3"
},
"tags": [
Expand Down

0 comments on commit 4c6d1cc

Please sign in to comment.