From fd04a9f7bcecd66c947716acb10053e34af7a13e Mon Sep 17 00:00:00 2001 From: Pierre-Louis Mercereau <24897252+plmercereau@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:41:07 +0200 Subject: [PATCH] chore: release v0.12.0 --- CHANGELOG.md | 14 +++++++++++++- package.json | 4 ++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 330890d27..c961d70d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ -# [0.11.0](https://github.com/nhost/hasura-auth/compare/v0.10.0...v0.11.0) (2022-09-08) +# [0.12.0](https://github.com/nhost/hasura-auth/compare/v0.11.0...v0.12.0) (2022-09-16) + + +### Bug Fixes + +* 🐛 deprecate AUTH_EMAIL_TEMPLATE_FETCH_URL ([4067c03](https://github.com/nhost/hasura-auth/commit/4067c03385962cbde4b6c432a9d50880ebcbc26b)) +* 🐛 don't add custom claims when null/undefined values ([7a129f6](https://github.com/nhost/hasura-auth/commit/7a129f6cf04b880b5cc4b4e7aebee1a44bca4af7)) +* 🐛 don't break reditection with redirectTo and params ([3e55b9e](https://github.com/nhost/hasura-auth/commit/3e55b9e11cee221a04c4ce45167493aa1a37aeb7)), closes [#233](https://github.com/nhost/hasura-auth/issues/233) + + +### Features + +* **sms:** support for templates for the sms message ([#217](https://github.com/nhost/hasura-auth/issues/217)) ([e99ec64](https://github.com/nhost/hasura-auth/commit/e99ec64bcaf4831bbc16e85ced86f8bc0166a999))# [0.11.0](https://github.com/nhost/hasura-auth/compare/v0.10.0...v0.11.0) (2022-09-08) ### Bug Fixes diff --git a/package.json b/package.json index 09ceb8622..afc9ffc70 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "git://github.com/nhost/hasura-auth.git", "type": "git" }, - "version": "0.11.0", + "version": "0.12.0", "main": "dist/start.js", "scripts": { "build": "rimraf dist && tsc --project tsconfig.build.json && tsc-alias", @@ -175,4 +175,4 @@ ] } } -} \ No newline at end of file +}