diff --git a/CHANGELOG.md b/CHANGELOG.md index d706352..7d1773d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0-alpha.12 + +- Handle the bug in the navigation API when an app goes through hot restart. + ## 1.0.0-alpha.11 - Move the command-line tool to a separate package named `navand_cli`. diff --git a/pubspec.yaml b/pubspec.yaml index ba7cf78..eb092ea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: > Navand is a web framework in Dart that lets developers create UIs with a widget model similar to Flutter. Navand apps are compiled into JS and painted using HTML & CSS. -version: 1.0.0-alpha.11 +version: 1.0.0-alpha.12 repository: https://github.com/Hawmex/navand environment: sdk: ^3.1.0