Skip to content

Commit f838bac

Browse files
authored
chore(dart_frog_cli): v0.3.6 (#650)
1 parent 218b075 commit f838bac

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

packages/dart_frog_cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.6
2+
3+
- feat: add "new middleware" and "new route" commands
4+
15
# 0.3.5
26

37
- fix: filter out error messages from killing the server process ([#592](https://github.com/VeryGoodOpenSource/dart_frog/pull/592))

packages/dart_frog_cli/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Available commands:
2727
build Create a production build.
2828
create Creates a new Dart Frog app.
2929
dev Run a local development server.
30+
new Create a new route or middleware for dart_frog.
3031
update Update the Dart Frog CLI.
3132
3233
Run "dart_frog help <command>" for more information about a command.

packages/dart_frog_cli/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dart_frog_cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_frog_cli
22
description: The official command line interface for Dart Frog. Built by Very Good Ventures.
3-
version: 0.3.5
3+
version: 0.3.6
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)