Skip to content

Commit

Permalink
chore(release): 10.2.7 [skip ci]
Browse files Browse the repository at this point in the history
## [10.2.7](makeomatic/ms-mailer@v10.2.6...v10.2.7) (2021-07-27)

### Bug Fixes

* update version ([makeomatic#77](makeomatic#77)) ([4417cba](makeomatic@4417cba))
  • Loading branch information
semantic-release-bot committed Jul 27, 2021
1 parent 4417cba commit 4837f58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [10.2.7](https://github.com/makeomatic/ms-mailer/compare/v10.2.6...v10.2.7) (2021-07-27)


### Bug Fixes

* update version ([#77](https://github.com/makeomatic/ms-mailer/issues/77)) ([4417cba](https://github.com/makeomatic/ms-mailer/commit/4417cba29843b816b61c62f6808be1020ae3b5c8))

## [10.2.6](https://github.com/makeomatic/ms-mailer/compare/v10.2.5...v10.2.6) (2021-07-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ms-mailer",
"description": "microservice mailer, incorporates nodemailer functionality with a number of useful plugins over smtp pool transport and amqp messageing layer",
"main": "./lib/index.js",
"version": "10.2.6",
"version": "10.2.7",
"scripts": {
"compile": "babel -d ./lib ./src",
"prepublish": "yarn compile",
Expand Down

0 comments on commit 4837f58

Please sign in to comment.