Skip to content

Commit 6a1eed6

Browse files
chore(release): 10.2.4 [skip ci]
## [10.2.4](v10.2.3...v10.2.4) (2021-07-21) ### Bug Fixes * bump ms-mailer-template to v2.1.3 ([#72](#72)) ([122ca12](122ca12))
1 parent 122ca12 commit 6a1eed6

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.2.4](https://github.com/makeomatic/ms-mailer/compare/v10.2.3...v10.2.4) (2021-07-21)
2+
3+
4+
### Bug Fixes
5+
6+
* bump ms-mailer-template to v2.1.3 ([#72](https://github.com/makeomatic/ms-mailer/issues/72)) ([122ca12](https://github.com/makeomatic/ms-mailer/commit/122ca12ff7dd38ef9b2a448ee57305f19f717eb9))
7+
18
## [10.2.3](https://github.com/makeomatic/ms-mailer/compare/v10.2.2...v10.2.3) (2021-06-07)
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.2.3",
5+
"version": "10.2.4",
66
"scripts": {
77
"compile": "babel -d ./lib ./src",
88
"prepublish": "yarn compile",

0 commit comments

Comments
 (0)