From 87fee13f4e7b3ea33263323a27ecd3ac556f6eeb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:25:20 +0200 Subject: [PATCH] chore: update versions (#402) Co-authored-by: github-actions[bot] --- .changeset/young-wolves-eat.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/young-wolves-eat.md diff --git a/.changeset/young-wolves-eat.md b/.changeset/young-wolves-eat.md deleted file mode 100644 index c933f64ce..000000000 --- a/.changeset/young-wolves-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hasura-auth': patch ---- - -feat(smtp): make the `X-SMTPAPI` header configurable diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5cefe88..5c135c3f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Changelog +## 0.21.1 + +### Patch Changes + +- 840d730: feat(smtp): make the `X-SMTPAPI` header configurable + ## 0.21.0 ### Minor Changes diff --git a/package.json b/package.json index 52998fd6c..67cede518 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "git://github.com/nhost/hasura-auth.git", "type": "git" }, - "version": "0.21.0", + "version": "0.21.1", "main": "dist/start.js", "scripts": { "preinstall": "npx only-allow pnpm",