Skip to content

Commit

Permalink
chore(release): 10.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.2.0](makeomatic/ms-mailer@v10.1.0...v10.2.0) (2021-02-25)

### Features

* **i18n:** support i18n for predefined templates' body/subject ([makeomatic#62](makeomatic#62)) ([a1dac16](makeomatic@a1dac16))
  • Loading branch information
semantic-release-bot committed Feb 25, 2021
1 parent a1dac16 commit 7029196
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.0](https://github.com/makeomatic/ms-mailer/compare/v10.1.0...v10.2.0) (2021-02-25)


### Features

* **i18n:** support i18n for predefined templates' body/subject ([#62](https://github.com/makeomatic/ms-mailer/issues/62)) ([a1dac16](https://github.com/makeomatic/ms-mailer/commit/a1dac1656a306eb74406da366ad9287d9fe74b3e))

# [10.1.0](https://github.com/makeomatic/ms-mailer/compare/v10.0.4...v10.1.0) (2021-02-19)


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

0 comments on commit 7029196

Please sign in to comment.