promailer 1.0.1 → 1.0.2

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
  ## License
90
90
 
91
91
  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.1",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {