Skip to content

Commit

Permalink
chore(dart_frog): v1.2.0 (#1619)
Browse files Browse the repository at this point in the history
Co-authored-by: Jochum van der Ploeg <[email protected]>
  • Loading branch information
tomarra and wolfenrain authored Dec 16, 2024
1 parent a26e262 commit 43b332a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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 @@
# 1.2.0

- chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/dart_frog ([#1432](https://github.com/VeryGoodOpenSource/dart_frog/pull/1432))
- chore(deps): bump mime from 1.0.6 to 2.0.0 in /packages/dart_frog ([#1528](https://github.com/VeryGoodOpenSource/dart_frog/pull/1528))

# 1.1.0

- feat: support reuse of nested router ([#393](https://github.com/VeryGoodOpenSource/dart_frog/pull/393))
Expand Down
2 changes: 1 addition & 1 deletion packages/dart_frog/lib/src/response.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Response {
encoding: encoding,
);

/// A [shelf.Response.context] key used to determine if if the
/// A `shelf.Response.context` key used to determine if if the
/// [HttpResponse.bufferOutput] should be enabled or disabled.
///
/// See also:
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: 1.1.0
version: 1.2.0
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 43b332a

Please sign in to comment.