Skip to content

Commit

Permalink
chore(dart_frog): v0.0.1-dev.11 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Jul 26, 2022
1 parent 663ac11 commit 5978934
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.0.1-dev.11

- fix: Request/Response `headers` is of type `Map<String, String>`
- docs: pubspec `homepage`, `repository`, `issue_tracker`, and `documentation` links

# 0.0.1-dev.10

- fix: Response `json()` returns `Object?`
Expand Down
2 changes: 1 addition & 1 deletion packages/dart_frog/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_frog
description: A fast, minimalistic backend framework for Dart built by Very Good Ventures.
version: 0.0.1-dev.10
version: 0.0.1-dev.11
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 5978934

Please sign in to comment.