diff --git a/packages/fresh/CHANGELOG.md b/packages/fresh/CHANGELOG.md index aefde32..ef2a464 100644 --- a/packages/fresh/CHANGELOG.md +++ b/packages/fresh/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.4.3 + +- fix: wait for initial storage read before returning token +- chore: update copyright year +- chore: add funding to `pubspec.yaml` +- ci: revamp ci setup + # 0.4.2 - chore: adjust dart sdk constraint to `">=2.12.0 <4.0.0"` diff --git a/packages/fresh/pubspec.yaml b/packages/fresh/pubspec.yaml index 9ad66af..3996867 100644 --- a/packages/fresh/pubspec.yaml +++ b/packages/fresh/pubspec.yaml @@ -5,7 +5,7 @@ issue_tracker: https://github.com/felangel/fresh/issues homepage: https://github.com/felangel/fresh funding: [https://github.com/sponsors/felangel] -version: 0.4.2 +version: 0.4.3 environment: sdk: ">=2.12.0 <4.0.0"