diff --git a/.changeset/green-hounds-rush.md b/.changeset/green-hounds-rush.md deleted file mode 100644 index ec12cd15b..000000000 --- a/.changeset/green-hounds-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hasura-auth': patch ---- - -chore: add pnpm audit to the CI and update deps diff --git a/.changeset/healthy-flies-doubt.md b/.changeset/healthy-flies-doubt.md deleted file mode 100644 index 18a444084..000000000 --- a/.changeset/healthy-flies-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hasura-auth': patch ---- - -Adding an index on refresh_tokens to increase performances diff --git a/.changeset/seven-scissors-poke.md b/.changeset/seven-scissors-poke.md deleted file mode 100644 index 15fca8860..000000000 --- a/.changeset/seven-scissors-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hasura-auth': patch ---- - -fix: parse stringified metadata during oauth callback diff --git a/CHANGELOG.md b/CHANGELOG.md index b2dd23c13..9c4896c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Changelog +## 0.24.1 + +### Patch Changes + +- 68aa985: chore: add pnpm audit to the CI and update deps +- 00b3994: Adding an index on refresh_tokens to increase performances +- 011516e: fix: parse stringified metadata during oauth callback + ## 0.24.0 ### Minor Changes diff --git a/package.json b/package.json index 79085164f..cf5fc1baf 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "git://github.com/nhost/hasura-auth.git", "type": "git" }, - "version": "0.24.0", + "version": "0.24.1", "main": "dist/start.js", "scripts": { "preinstall": "npx only-allow pnpm",