Skip to content

Commit

Permalink
chore(dart_frog_cli): 0.3.4 (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfenrain authored Mar 29, 2023
1 parent 0412d29 commit 8b3f625
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/dart_frog_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.4

- refactor: remove duplicate `dart:io` import ([#556](https://github.com/VeryGoodOpenSource/dart_frog/pull/556))
- chore: bump cli_completion from 0.2.0 to 0.3.0 in /packages/dart_frog_cli ([#553](https://github.com/VeryGoodOpenSource/dart_frog/pull/553))
- feat: support custom init method ([#587](https://github.com/VeryGoodOpenSource/dart_frog/pull/587))

# 0.3.3

- fix: adjust `InternetAddress` to `anyIPv6`
Expand Down
2 changes: 1 addition & 1 deletion packages/dart_frog_cli/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dart_frog_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_frog_cli
description: The official command line interface for Dart Frog. Built by Very Good Ventures.
version: 0.3.3
version: 0.3.4
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 8b3f625

Please sign in to comment.