Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Dec 3, 2023
1 parent 7c8597f commit be481a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

### Updated
- bump dependencies
- `@supercharge/vite`
- add Vite `^5.0.0` as a peer dependency


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

0 comments on commit be481a2

Please sign in to comment.