Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: manual release.
  • Loading branch information
manisha1997 committed Apr 2, 2024
commit 11c04798b09c9151b484c200cef79d32e66e7d88
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "8.1.1",
"version": "8.1.2",
"tagVersionPrefix": "",
"lerna": "2.0.0"
}
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": "Twilio SendGrid NodeJS API client",
"version": "8.1.1",
"version": "8.1.2",
"author": "Twilio SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/contact-importer/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
Expand All @@ -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",
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": "Twilio SendGrid NodeJS mail service",
"version": "8.1.1",
"version": "8.1.2",
"author": "Twilio SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
Expand All @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"@sendgrid/client": "^8.1.1",
"@sendgrid/client": "^8.1.2",
"@sendgrid/helpers": "^8.0.0"
},
"tags": [
Expand Down