From fbada4e4281e2917e80eb8ca055e39afa58cd8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Sat, 14 Oct 2023 08:03:24 +0200 Subject: [PATCH] prepare 3.20.3 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 393bc6e9..4de3a14d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Changelog -## [3.20.3](https://github.com/supercharge/framework/compare/v3.20.1...v3.20.2) - 2023-10-14 +## [3.20.3](https://github.com/supercharge/framework/compare/v3.20.2...v3.20.3) - 2023-10-14 ### Updated +- bump dependencies - `@supercharge/hashing` - require `BcryptDriver` inside the `createBcryptDriver` method to only import dependencies when needed. This will support Supercharge to use Bun (the new runtime) because it doesn’t reference a bcrypt_napi bridge -- bump dependencies ## [3.20.2](https://github.com/supercharge/framework/compare/v3.20.1...v3.20.2) - 2023-08-24