From 7c8597f46cb2b2d42b3a5b96f85718f032810148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Sun, 3 Dec 2023 11:43:13 +0100 Subject: [PATCH] prepare changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e42c46..02b4f708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.0.0-alpha.2](https://github.com/supercharge/framework/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) - 2023-12-03 + +### Added +- `@supercharge/env` + - add generic methods `Env.get` methods for tightened types + - `get (key: string): R` + - `get (key: string, defaultValue: R): R` +- `@supercharge/contracts` + - allow users to define only selected hashing driver constructros in `HashConfig#drivers` + +### Updated +- bump dependencies + + ## [4.0.0-alpha.1](https://github.com/supercharge/framework/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) - 2023-11-18 ### Added