Skip to content

Commit 203818d

Browse files
authored
chore(dart_frog): v1.0.1 (#1004)
1 parent 349b190 commit 203818d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/dart_frog/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.1
2+
3+
- chore: add topics ([#901](https://github.com/VeryGoodOpenSource/dart_frog/pull/901))
4+
- chore: comply with new analysis rules ([#940](https://github.com/VeryGoodOpenSource/dart_frog/pull/940))
5+
- docs: corrected serve function documentation typo ([#939](https://github.com/VeryGoodOpenSource/dart_frog/pull/939))
6+
- feat: add optional shared parameter to serve function ([#908](https://github.com/VeryGoodOpenSource/dart_frog/pull/908))
7+
- docs: add links to docs on readmes ([#978](https://github.com/VeryGoodOpenSource/dart_frog/pull/978))
8+
19
# 1.0.0
210

311
- feat: stable 1.0.0 release 🎉

packages/dart_frog/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.0.0
3+
version: 1.0.1
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)