Skip to content

Commit edb4821

Browse files
chore(release): 10.0.2 [skip ci]
## [10.0.2](v10.0.1...v10.0.2) (2020-11-23) ### Bug Fixes * bump mail templates version + deps upgrade ([#56](#56)) ([5441a9f](5441a9f))
1 parent 5441a9f commit edb4821

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [10.0.2](https://github.com/makeomatic/ms-mailer/compare/v10.0.1...v10.0.2) (2020-11-23)
2+
3+
4+
### Bug Fixes
5+
6+
* bump mail templates version + deps upgrade ([#56](https://github.com/makeomatic/ms-mailer/issues/56)) ([5441a9f](https://github.com/makeomatic/ms-mailer/commit/5441a9fe719829a35c4b60c9b3981d9ebd7fcafe))
7+
18
## [10.0.1](https://github.com/makeomatic/ms-mailer/compare/v10.0.0...v10.0.1) (2020-11-16)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ms-mailer",
33
"description": "microservice mailer, incorporates nodemailer functionality with a number of useful plugins over smtp pool transport and amqp messageing layer",
44
"main": "./lib/index.js",
5-
"version": "10.0.1",
5+
"version": "10.0.2",
66
"scripts": {
77
"compile": "babel -d ./lib ./src",
88
"prepublish": "yarn compile",

0 commit comments

Comments
 (0)