Skip to content

Commit a2795b5

Browse files
chore(release): 11.0.0 [skip ci]
# [11.0.0](v10.7.0...v11.0.0) (2025-01-09) ### Bug Fixes * semaphore docker login ([287984e](287984e)) ### Features * internalize sparkpost code, upgrade all dependencies ([#97](#97)) ([2ee25cd](2ee25cd)) ### BREAKING CHANGES * uses latest microfleet version, which requires a change in configuration
1 parent 287984e commit a2795b5

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [11.0.0](https://github.com/makeomatic/ms-mailer/compare/v10.7.0...v11.0.0) (2025-01-09)
2+
3+
4+
### Bug Fixes
5+
6+
* semaphore docker login ([287984e](https://github.com/makeomatic/ms-mailer/commit/287984e278cd563d5134b3a2bfe8a984f6cd8767))
7+
8+
9+
### Features
10+
11+
* internalize sparkpost code, upgrade all dependencies ([#97](https://github.com/makeomatic/ms-mailer/issues/97)) ([2ee25cd](https://github.com/makeomatic/ms-mailer/commit/2ee25cd1a3498d702fe5dc1fbd5b1b2a62309a4f))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* uses latest microfleet version, which requires a change in configuration
17+
118
# [10.7.0](https://github.com/makeomatic/ms-mailer/compare/v10.6.0...v10.7.0) (2022-06-20)
219

320

package.json

Lines changed: 3 additions & 2 deletions
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": "10.7.0",
5+
"version": "11.0.0",
66
"scripts": {
77
"compile": "babel -d ./lib ./src",
88
"prepublish": "pnpm compile",
@@ -94,5 +94,6 @@
9494
"bail": true,
9595
"timeout": 20000,
9696
"reporter": "spec"
97-
}
97+
},
98+
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
9899
}

0 commit comments

Comments
 (0)