Skip to content

Commit 4837f58

Browse files
chore(release): 10.2.7 [skip ci]
## [10.2.7](v10.2.6...v10.2.7) (2021-07-27) ### Bug Fixes * update version ([#77](#77)) ([4417cba](4417cba))
1 parent 4417cba commit 4837f58

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.2.7](https://github.com/makeomatic/ms-mailer/compare/v10.2.6...v10.2.7) (2021-07-27)
2+
3+
4+
### Bug Fixes
5+
6+
* update version ([#77](https://github.com/makeomatic/ms-mailer/issues/77)) ([4417cba](https://github.com/makeomatic/ms-mailer/commit/4417cba29843b816b61c62f6808be1020ae3b5c8))
7+
18
## [10.2.6](https://github.com/makeomatic/ms-mailer/compare/v10.2.5...v10.2.6) (2021-07-23)
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.6",
5+
"version": "10.2.7",
66
"scripts": {
77
"compile": "babel -d ./lib ./src",
88
"prepublish": "yarn compile",

0 commit comments

Comments
 (0)