Skip to content

Commit 43b332a

Browse files
tomarrawolfenrain
andauthored
chore(dart_frog): v1.2.0 (#1619)
Co-authored-by: Jochum van der Ploeg <[email protected]>
1 parent a26e262 commit 43b332a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/dart_frog/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.0
2+
3+
- 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))
4+
- 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))
5+
16
# 1.1.0
27

38
- feat: support reuse of nested router ([#393](https://github.com/VeryGoodOpenSource/dart_frog/pull/393))

packages/dart_frog/lib/src/response.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class Response {
9595
encoding: encoding,
9696
);
9797

98-
/// A [shelf.Response.context] key used to determine if if the
98+
/// A `shelf.Response.context` key used to determine if if the
9999
/// [HttpResponse.bufferOutput] should be enabled or disabled.
100100
///
101101
/// See also:

packages/dart_frog/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_frog
22
description: A fast, minimalistic backend framework for Dart built by Very Good Ventures.
3-
version: 1.1.0
3+
version: 1.2.0
44
homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues

0 commit comments

Comments
 (0)