From fa223ff038410eb60c218dfad4d0b1391c1938e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:34:21 +0000 Subject: [PATCH] chore(master): release 1.1.0 [skip-ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c206d3f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.0](https://github.com/postalsys/haraka-plugin-mailauth/compare/v1.0.2...v1.1.0) (2024-04-16) + + +### Features + +* **autopublish:** Use release-please to publish packages to npm from now on ([77bf575](https://github.com/postalsys/haraka-plugin-mailauth/commit/77bf575a32dbb35d6a4cdf4938838ea1aa7d3d3a)) diff --git a/package-lock.json b/package-lock.json index bab57b1..8522117 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "haraka-plugin-mailauth", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "haraka-plugin-mailauth", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "dependencies": { "mailauth": "4.6.5" diff --git a/package.json b/package.json index f203610..30b3f42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-mailauth", - "version": "1.0.2", + "version": "1.1.0", "description": "SPF, DKIM, DMARC, ARC, BIMI validator for Haraka", "main": "index.js", "scripts": {