Skip to content

Commit

Permalink
chore(dart_frog): 0.3.6 (felangel#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfenrain committed Apr 18, 2023
1 parent 76c3d9d commit 6cc752d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/dart_frog/CHANGELOG.md
@@ -1,3 +1,8 @@
# 0.3.6

- fix: `Pipeline` does not maintain `RequestContext` ([#605](https://github.com/VeryGoodOpenSource/dart_frog/pull/605))
- fix: `Response.json()` overwrites `content-type` header ([#596](https://github.com/VeryGoodOpenSource/dart_frog/pull/596))

# 0.3.5

- feat: add SecurityContext named argument to serve method
Expand Down
2 changes: 1 addition & 1 deletion packages/dart_frog/pubspec.yaml
@@ -1,6 +1,6 @@
name: dart_frog
description: A fast, minimalistic backend framework for Dart built by Very Good Ventures.
version: 0.3.5
version: 0.3.6
homepage: https://dartfrog.vgv.dev
repository: https://github.com/VeryGoodOpenSource/dart_frog
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
Expand Down

0 comments on commit 6cc752d

Please sign in to comment.