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",