Skip to content

Commit

Permalink
chore(release): 10.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [10.0.2](makeomatic/ms-mailer@v10.0.1...v10.0.2) (2020-11-23)

### Bug Fixes

* bump mail templates version + deps upgrade ([makeomatic#56](makeomatic#56)) ([5441a9f](makeomatic@5441a9f))
  • Loading branch information
semantic-release-bot committed Nov 23, 2020
1 parent 5441a9f commit edb4821
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.0.2](https://github.com/makeomatic/ms-mailer/compare/v10.0.1...v10.0.2) (2020-11-23)


### Bug Fixes

* bump mail templates version + deps upgrade ([#56](https://github.com/makeomatic/ms-mailer/issues/56)) ([5441a9f](https://github.com/makeomatic/ms-mailer/commit/5441a9fe719829a35c4b60c9b3981d9ebd7fcafe))

## [10.0.1](https://github.com/makeomatic/ms-mailer/compare/v10.0.0...v10.0.1) (2020-11-16)


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.0.1",
"version": "10.0.2",
"scripts": {
"compile": "babel -d ./lib ./src",
"prepublish": "yarn compile",
Expand Down

0 comments on commit edb4821

Please sign in to comment.