Skip to content

Commit 5480195

Browse files
chore(master): release 1.2.0 [skip-ci]
1 parent 13ccae0 commit 5480195

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/haraka/haraka-plugin-mailauth/compare/v1.1.1...v1.2.0) (2024-10-02)
4+
5+
6+
### Features
7+
8+
* **autopublish:** Use release-please to publish packages to npm from now on ([77bf575](https://github.com/haraka/haraka-plugin-mailauth/commit/77bf575a32dbb35d6a4cdf4938838ea1aa7d3d3a))
9+
10+
11+
### Bug Fixes
12+
13+
* **checkSpf:** Merge pull request [#3](https://github.com/haraka/haraka-plugin-mailauth/issues/3) from haraka/release-1.1.1 ([5b92485](https://github.com/haraka/haraka-plugin-mailauth/commit/5b92485fa3592645b854333c9b6a6cb7ef35449d))
14+
* **checkSpf:** use modern paths to connection attributes ([5b92485](https://github.com/haraka/haraka-plugin-mailauth/commit/5b92485fa3592645b854333c9b6a6cb7ef35449d))
15+
* **checkSpf:** use modern paths to connection attributes ([3cdff3d](https://github.com/haraka/haraka-plugin-mailauth/commit/3cdff3df09ff457f411d772b4447e846d6753f9d))
16+
317
## [1.1.1](https://github.com/postalsys/haraka-plugin-mailauth/compare/v1.1.0...v1.1.1) (2024-10-02)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "haraka-plugin-mailauth",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "SPF, DKIM, DMARC, ARC, BIMI validator for Haraka",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)