Skip to content

Commit be481a2

Browse files
committed
update changelog
1 parent 7c8597f commit be481a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
### Updated
1414
- bump dependencies
15+
- `@supercharge/vite`
16+
- add Vite `^5.0.0` as a peer dependency
1517

1618

1719
## [4.0.0-alpha.1](https://github.com/supercharge/framework/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) - 2023-11-18
@@ -63,6 +65,8 @@
6365
### Breaking Changes
6466
- all packages of the framework moved to ESM
6567
- require Node.js v20
68+
- `@supercharge/manager`
69+
- remove `ensureConfig` method: use `this.app.config().ensure()` within a method of your `Manager` class instead
6670
- `@supercharge/contracts`
6771
- removed export `RequestHeaderBag` contract. The `Request` interface uses the `InputBag<IncomingHttpHeaders>` instead
6872
- removed export `RequestStateData`, use `HttpStateData` instead

0 commit comments

Comments
 (0)