promailer 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -85,7 +85,9 @@ 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
+
90
+ ---
89
91
  ## License
90
92
 
91
93
  This project is licensed under the [ISC License](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promailer",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {