diff --git a/docs/public/hero.png b/docs/public/hero.png index 9fc4cdd06..b7729fd1b 100644 Binary files a/docs/public/hero.png and b/docs/public/hero.png differ diff --git a/packages/dart_frog/CHANGELOG.md b/packages/dart_frog/CHANGELOG.md index 3865721aa..a23af82de 100644 --- a/packages/dart_frog/CHANGELOG.md +++ b/packages/dart_frog/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.2.2 + +- refactor: upgrade analysis options ([#1798](https://github.com/dart-frog-dev/dart_frog/pull/1798)) +- docs: update all repository references ([#1791](https://github.com/dart-frog-dev/dart_frog/pull/1791)) + # 1.2.1 - fix: add default handler for disallowed http methods ([#1727](https://github.com/dart-frog-dev/dart_frog/pull/1727)) diff --git a/packages/dart_frog/pubspec.yaml b/packages/dart_frog/pubspec.yaml index f3328e8b9..a4110dcd0 100644 --- a/packages/dart_frog/pubspec.yaml +++ b/packages/dart_frog/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_frog description: A fast, minimalistic backend framework for Dart built by Very Good Ventures. -version: 1.2.1 +version: 1.2.2 homepage: https://dart-frog.dev repository: https://github.com/dart-frog-dev/dart_frog issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues