Skip to content

Commit

Permalink
chore(release): 10.2.8 [skip ci]
Browse files Browse the repository at this point in the history
## [10.2.8](makeomatic/ms-mailer@v10.2.7...v10.2.8) (2021-08-02)

### Bug Fixes

* update version ([makeomatic#79](makeomatic#79)) ([01421a0](makeomatic@01421a0))
  • Loading branch information
semantic-release-bot committed Aug 2, 2021
1 parent 01421a0 commit 207a16f
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.8](https://github.com/makeomatic/ms-mailer/compare/v10.2.7...v10.2.8) (2021-08-02)


### Bug Fixes

* update version ([#79](https://github.com/makeomatic/ms-mailer/issues/79)) ([01421a0](https://github.com/makeomatic/ms-mailer/commit/01421a02c30eb7bdebab1730ea1e7bfb6e8de6db))

## [10.2.7](https://github.com/makeomatic/ms-mailer/compare/v10.2.6...v10.2.7) (2021-07-27)


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

0 comments on commit 207a16f

Please sign in to comment.