Skip to content

Commit f13dd40

Browse files
chore(release): 10.4.0 [skip ci]
# [10.4.0](v10.3.0...v10.4.0) (2021-08-26) ### Features * upgrade ms-mailer-template ([#83](#83)) ([cc67247](cc67247))
1 parent cc67247 commit f13dd40

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [10.4.0](https://github.com/makeomatic/ms-mailer/compare/v10.3.0...v10.4.0) (2021-08-26)
2+
3+
4+
### Features
5+
6+
* upgrade ms-mailer-template ([#83](https://github.com/makeomatic/ms-mailer/issues/83)) ([cc67247](https://github.com/makeomatic/ms-mailer/commit/cc67247397b294dade5eb0d4d3ed6a72171df575))
7+
18
# [10.3.0](https://github.com/makeomatic/ms-mailer/compare/v10.2.8...v10.3.0) (2021-08-13)
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.3.0",
5+
"version": "10.4.0",
66
"scripts": {
77
"compile": "babel -d ./lib ./src",
88
"prepublish": "yarn compile",

0 commit comments

Comments
 (0)