Skip to content

Commit 1c1adff

Browse files
chore(release): 10.7.0 [skip ci]
# [10.7.0](v10.6.0...v10.7.0) (2022-06-20) ### Features * sparkpost options ([#92](#92)) ([15e93ca](15e93ca))
1 parent 15e93ca commit 1c1adff

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.7.0](https://github.com/makeomatic/ms-mailer/compare/v10.6.0...v10.7.0) (2022-06-20)
2+
3+
4+
### Features
5+
6+
* sparkpost options ([#92](https://github.com/makeomatic/ms-mailer/issues/92)) ([15e93ca](https://github.com/makeomatic/ms-mailer/commit/15e93cac26694df5d9f5ef5225c5f5efeffe6e80))
7+
18
# [10.6.0](https://github.com/makeomatic/ms-mailer/compare/v10.5.0...v10.6.0) (2021-11-08)
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.6.0",
5+
"version": "10.7.0",
66
"scripts": {
77
"compile": "babel -d ./lib ./src",
88
"prepublish": "yarn compile",

0 commit comments

Comments
 (0)