Skip to content

Commit 09842fd

Browse files
chore(release): 11.0.1 [skip ci]
## [11.0.1](v11.0.0...v11.0.1) (2025-01-31) ### Bug Fixes * remove console.log ([#98](#98)) ([45a0adf](45a0adf))
1 parent 45a0adf commit 09842fd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [11.0.1](https://github.com/makeomatic/ms-mailer/compare/v11.0.0...v11.0.1) (2025-01-31)
2+
3+
4+
### Bug Fixes
5+
6+
* remove console.log ([#98](https://github.com/makeomatic/ms-mailer/issues/98)) ([45a0adf](https://github.com/makeomatic/ms-mailer/commit/45a0adf0c2c2427417c213bfd1b5daa700bc41c7))
7+
18
# [11.0.0](https://github.com/makeomatic/ms-mailer/compare/v10.7.0...v11.0.0) (2025-01-09)
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": "11.0.0",
5+
"version": "11.0.1",
66
"scripts": {
77
"compile": "babel -d ./lib ./src",
88
"prepublish": "pnpm compile",

0 commit comments

Comments
 (0)