Skip to content

Commit

Permalink
chore: release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plmercereau committed Apr 20, 2022
1 parent 127824c commit be85edb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@


# [0.6.0](https://github.com/nhost/hasura-auth/compare/v0.5.0...v0.6.0) (2022-04-06)
## [0.6.1](https://github.com/nhost/hasura-auth/compare/v0.6.0...v0.6.1) (2022-04-20)


### Bug Fixes

* allow `redirectTo` option to start with any `AUTH_ACCESS_CONTROL_ALLOWED_REDIRECT_URLS` value ([dac0332](https://github.com/nhost/hasura-auth/commit/dac0332a04f84c057f7013c65aac6223de8ab165))
* correct redirectTo ([99fd760](https://github.com/nhost/hasura-auth/commit/99fd7603c5d5fd0af8325c50c9bfb72ba033ce93)), closes [#137](https://github.com/nhost/hasura-auth/issues/137)
* fall back to AUTH_CLIENT_URL if the `redirectTo` option is invalid ([2e1819d](https://github.com/nhost/hasura-auth/commit/2e1819d65a90c288b68c9e47a5dc131a7ab3355d))
* remove the AUTH_HOST environment variable ([cacce97](https://github.com/nhost/hasura-auth/commit/cacce9757374af9bbf55b0360ad8c6b304004cd7))
* run a metadata reload before and after applying hasura-auth metadata ([bd9b361](https://github.com/nhost/hasura-auth/commit/bd9b3618e916e97cea3d3fc8f013223cc0188b94))


### Performance Improvements

* improve logginh on startup ([c172c8a](https://github.com/nhost/hasura-auth/commit/c172c8a55b527a99678c7826104cd0b57ae79f24))
* improve logginh on startup ([1c7c18f](https://github.com/nhost/hasura-auth/commit/1c7c18fac8ebef74dcf0f0c7f5cf6851852fd0a7))
* improve startup with async imports ([e00c073](https://github.com/nhost/hasura-auth/commit/e00c073d55c3d85fbd698e1e10c489b30d98949c))
* improve startup with async imports ([97b2caa](https://github.com/nhost/hasura-auth/commit/97b2caa4a105858e3779f653a5989f36667ff88f))
* set AUTH_CLIENT_URL and AUTH_ACCESS_CONTROL_ALLOWED_REDIRECT_URLS to lower case ([8bb351d](https://github.com/nhost/hasura-auth/commit/8bb351d55f0ebb15ac31d0c38265ddb8c2a22432))# [0.6.0](https://github.com/nhost/hasura-auth/compare/v0.5.0...v0.6.0) (2022-04-06)


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "git://github.com/nhost/hasura-auth.git",
"type": "git"
},
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/start.js",
"scripts": {
"build": "rimraf dist && tsc --project tsconfig.build.json && tsc-alias",
Expand Down

0 comments on commit be85edb

Please sign in to comment.