promailer 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -85,7 +85,7 @@ This function sends an email using the configured transporter.
85
85
 
86
86
  Returns a Promise that resolves to a success message with the email message ID if the email is sent successfully.
87
87
 
88
- ## Author : KAILASH MEWADA
88
+ ### Author : Kailash Mewada
89
89
 
90
90
  ---
91
91
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promailer",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {