diff --git a/.changeset/bright-ways-hug.md b/.changeset/bright-ways-hug.md deleted file mode 100644 index e895aed82..000000000 --- a/.changeset/bright-ways-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hasura-auth': patch ---- - -fix(redirect): generate valid redirection links diff --git a/.changeset/little-lions-eat.md b/.changeset/little-lions-eat.md deleted file mode 100644 index 979cc4d80..000000000 --- a/.changeset/little-lions-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hasura-auth': patch ---- - -chore(logs): improve logging in production diff --git a/.changeset/swift-roses-trade.md b/.changeset/swift-roses-trade.md deleted file mode 100644 index cfcd65f00..000000000 --- a/.changeset/swift-roses-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hasura-auth': minor ---- - -chore(node): bump Node.js to v18 diff --git a/.changeset/wild-pears-sell.md b/.changeset/wild-pears-sell.md deleted file mode 100644 index 6d8b52a50..000000000 --- a/.changeset/wild-pears-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hasura-auth': patch ---- - -fix(email-templates): correct typos in the French translation diff --git a/CHANGELOG.md b/CHANGELOG.md index a86c2a0d8..3b5cefe88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## Changelog +## 0.21.0 + +### Minor Changes + +- ceaca45: chore(node): bump Node.js to v18 + +### Patch Changes + +- 1706c37: fix(redirect): generate valid redirection links +- ceaca45: chore(logs): improve logging in production +- 60dcbf4: fix(email-templates): correct typos in the French translation + ## 0.20.2 ### Patch Changes diff --git a/package.json b/package.json index 0f10ec74b..43ac9492b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "git://github.com/nhost/hasura-auth.git", "type": "git" }, - "version": "0.20.2", + "version": "0.21.0", "main": "dist/start.js", "scripts": { "preinstall": "npx only-allow pnpm",