From db0c9b628f618495facc6109ee9b70cd537279c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:18:19 +0000 Subject: [PATCH] release: version packages --- .changeset/stable-release.md | 12 ------------ CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 .changeset/stable-release.md diff --git a/.changeset/stable-release.md b/.changeset/stable-release.md deleted file mode 100644 index 42873cf..0000000 --- a/.changeset/stable-release.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"mailgrade": major ---- - -First stable release. - -No API changes from 0.2.0 — this marks the surface as settled and brings it -under semver: the grading, verification, DMARC record and header-analysis -entry points will not break without a major bump. - -Releases are now published from CI through npm trusted publishing, so every -version carries a provenance attestation and no long-lived token exists. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e952bc..f78166a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # mailgrade +## 1.0.0 + +### Major Changes + +- [`e576838`](https://github.com/FallaxIO/mailgrade/commit/e576838dc1c305406f755bb4b8cb8aa3d58e2b02) Thanks [@IgnaceMaes](https://github.com/IgnaceMaes)! - First stable release. + + No API changes from 0.2.0 — this marks the surface as settled and brings it + under semver: the grading, verification, DMARC record and header-analysis + entry points will not break without a major bump. + + Releases are now published from CI through npm trusted publishing, so every + version carries a provenance attestation and no long-lived token exists. + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index 34dc293..29545a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mailgrade", - "version": "0.2.0", + "version": "1.0.0", "description": "Grade a domain's SPF, DMARC and DKIM. Zero dependencies, no network, runs anywhere.", "keywords": [ "dmarc",