From 19316ad884d10d57053d7dadd1e02cda7d528377 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:37:14 +0100 Subject: [PATCH] chore: update versions (#449) Co-authored-by: github-actions[bot] --- .changeset/healthy-eyes-drop.md | 5 ----- .changeset/soft-brooms-sit.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/healthy-eyes-drop.md delete mode 100644 .changeset/soft-brooms-sit.md diff --git a/.changeset/healthy-eyes-drop.md b/.changeset/healthy-eyes-drop.md deleted file mode 100644 index 6895c7f9a..000000000 --- a/.changeset/healthy-eyes-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hasura-auth': patch ---- - -fix: conceal error if AUTH_CONCEAL_ERRORS is set diff --git a/.changeset/soft-brooms-sit.md b/.changeset/soft-brooms-sit.md deleted file mode 100644 index 9c4879f78..000000000 --- a/.changeset/soft-brooms-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hasura-auth': minor ---- - -feat: add `AUTH_WEBAUTHN_RP_ID` environment variable diff --git a/CHANGELOG.md b/CHANGELOG.md index edf5505cc..b2dd23c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Changelog +## 0.24.0 + +### Minor Changes + +- 634f2bf: feat: add `AUTH_WEBAUTHN_RP_ID` environment variable + +### Patch Changes + +- 2e3096c: fix: conceal error if AUTH_CONCEAL_ERRORS is set + ## 0.23.0 ### Minor Changes diff --git a/package.json b/package.json index d927265f0..7e73dff91 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "git://github.com/nhost/hasura-auth.git", "type": "git" }, - "version": "0.23.0", + "version": "0.24.0", "main": "dist/start.js", "scripts": { "preinstall": "npx only-allow pnpm",