Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ffe9f94

Browse files
committedOct 17, 2023
Version bump
1 parent 755957c commit ffe9f94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This example demonstrates how to send a bulk message with an AMP Html body.
213213
For more information about AMP please see [AMP Project](https://amp.dev/documentation/)
214214

215215
<a name="version"></a>
216-
* 1.4.3 - Added MetadataOrTagsAreTooLarge error messsage
216+
* 1.4.4 - Added MetadataOrTagsAreTooLarge error messsage
217217
* 1.4.0 - Adding Metadata and Tags
218218
* 1.2.1 - Adding optional retry logic for Http requests. If configured, the request will retry when certain 500 errors occur (500, 502, 503, 504)
219219
* 1.1.1 - Adding request timeout value on the client for Http requests

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketlabs/email",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "SocketLabs Email Delivery node.js client library",
55
"main": "./src/socketlabsClient.js",
66
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.